diff options
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_global__features.h')
| -rw-r--r-- | devel/electron35/files/patch-chrome_browser_global__features.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_global__features.h b/devel/electron35/files/patch-chrome_browser_global__features.h deleted file mode 100644 index 3d5de68c7c22..000000000000 --- a/devel/electron35/files/patch-chrome_browser_global__features.h +++ /dev/null @@ -1,38 +0,0 @@ ---- chrome/browser/global_features.h.orig 2025-03-24 20:50:14 UTC -+++ chrome/browser/global_features.h -@@ -14,7 +14,7 @@ class PlatformHandle; - namespace system_permission_settings { - class PlatformHandle; - } // namespace system_permission_settings --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - namespace whats_new { - class WhatsNewRegistry; - } // namespace whats_new -@@ -55,7 +55,7 @@ class GlobalFeatures { - system_permissions_platform_handle() { - return system_permissions_platform_handle_.get(); - } --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - whats_new::WhatsNewRegistry* whats_new_registry() { - return whats_new_registry_.get(); - } -@@ -80,7 +80,7 @@ class GlobalFeatures { - - virtual std::unique_ptr<system_permission_settings::PlatformHandle> - CreateSystemPermissionsPlatformHandle(); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - virtual std::unique_ptr<whats_new::WhatsNewRegistry> CreateWhatsNewRegistry(); - #endif - -@@ -90,7 +90,7 @@ class GlobalFeatures { - - std::unique_ptr<system_permission_settings::PlatformHandle> - system_permissions_platform_handle_; --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - std::unique_ptr<whats_new::WhatsNewRegistry> whats_new_registry_; - #endif - |
