diff options
Diffstat (limited to 'devel/electron38/files/patch-content_public_common_content__switches.h')
-rw-r--r-- | devel/electron38/files/patch-content_public_common_content__switches.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-content_public_common_content__switches.h b/devel/electron38/files/patch-content_public_common_content__switches.h new file mode 100644 index 000000000000..5bbe3c4e49ff --- /dev/null +++ b/devel/electron38/files/patch-content_public_common_content__switches.h @@ -0,0 +1,19 @@ +--- content/public/common/content_switches.h.orig 2025-08-26 20:49:50 UTC ++++ content/public/common/content_switches.h +@@ -108,6 +108,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[]; +@@ -257,7 +258,7 @@ CONTENT_EXPORT extern const char kPreventResizingConte + CONTENT_EXPORT extern const char kPreventResizingContentsForTesting[]; + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + CONTENT_EXPORT extern const char kEnableSpeechDispatcher[]; + #endif + |