diff options
Diffstat (limited to 'devel/electron35/files/patch-components_permissions_prediction__service_prediction__common.cc')
| -rw-r--r-- | devel/electron35/files/patch-components_permissions_prediction__service_prediction__common.cc | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-components_permissions_prediction__service_prediction__common.cc b/devel/electron35/files/patch-components_permissions_prediction__service_prediction__common.cc deleted file mode 100644 index 5993eb499a4c..000000000000 --- a/devel/electron35/files/patch-components_permissions_prediction__service_prediction__common.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- components/permissions/prediction_service/prediction_common.cc.orig	2025-03-24 20:50:14 UTC -+++ components/permissions/prediction_service/prediction_common.cc -@@ -32,7 +32,7 @@ ClientFeatures_Platform GetCurrentPlatformProto() { -  - ClientFeatures_Platform GetCurrentPlatformProto() { - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ --    BUILDFLAG(IS_MAC) -+    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) -   return permissions::ClientFeatures_Platform_PLATFORM_DESKTOP; - #elif BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) -   return permissions::ClientFeatures_Platform_PLATFORM_MOBILE; -@@ -43,7 +43,7 @@ ClientFeatures_PlatformEnum GetCurrentPlatformEnumProt -  - ClientFeatures_PlatformEnum GetCurrentPlatformEnumProto() { - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ --    BUILDFLAG(IS_MAC) -+    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) -   return permissions::ClientFeatures_PlatformEnum_PLATFORM_DESKTOP_V2; - #elif BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) -   return permissions::ClientFeatures_PlatformEnum_PLATFORM_MOBILE_V2;  | 
