diff options
Diffstat (limited to 'devel/electron32/files/patch-content_public_common_content__switches.h')
-rw-r--r-- | devel/electron32/files/patch-content_public_common_content__switches.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron32/files/patch-content_public_common_content__switches.h b/devel/electron32/files/patch-content_public_common_content__switches.h deleted file mode 100644 index 28c250dc68e5..000000000000 --- a/devel/electron32/files/patch-content_public_common_content__switches.h +++ /dev/null @@ -1,19 +0,0 @@ ---- content/public/common/content_switches.h.orig 2024-08-14 20:55:00 UTC -+++ content/public/common/content_switches.h -@@ -110,6 +110,7 @@ CONTENT_EXPORT extern const char kEnableLogging[]; - CONTENT_EXPORT extern const char kEnableIsolatedWebAppsInRenderer[]; - CONTENT_EXPORT extern const char kEnableLCDText[]; - CONTENT_EXPORT extern const char kEnableLogging[]; -+CONTENT_EXPORT extern const char kDisableUnveil[]; - CONTENT_EXPORT extern const char kEnableNetworkInformationDownlinkMax[]; - CONTENT_EXPORT extern const char kEnableCanvas2DLayers[]; - CONTENT_EXPORT extern const char kEnablePluginPlaceholderTesting[]; -@@ -268,7 +269,7 @@ CONTENT_EXPORT extern const char kPreventResizingConte - - // TODO(crbug.com/40118868): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) - CONTENT_EXPORT extern const char kEnableSpeechDispatcher[]; - CONTENT_EXPORT extern const char kLLVMProfileFile[]; - #endif |