aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-content_public_common_content__switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-content_public_common_content__switches.h')
-rw-r--r--devel/electron12/files/patch-content_public_common_content__switches.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron12/files/patch-content_public_common_content__switches.h b/devel/electron12/files/patch-content_public_common_content__switches.h
deleted file mode 100644
index 9aef4c0f2799..000000000000
--- a/devel/electron12/files/patch-content_public_common_content__switches.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/public/common/content_switches.h.orig 2021-04-14 01:08:48 UTC
-+++ content/public/common/content_switches.h
-@@ -245,7 +245,7 @@ CONTENT_EXPORT extern const char kWebXrRuntimeOrientat
- CONTENT_EXPORT extern const char kWebXrRuntimeOpenXr[];
- CONTENT_EXPORT extern const char kWebXrRuntimeWMR[];
-
--#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && !defined(OS_ANDROID)
-+#if (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) && !defined(OS_ANDROID)
- CONTENT_EXPORT extern const char kEnableAcceleratedVideoDecode[];
- #endif
- CONTENT_EXPORT extern const char kDisableAcceleratedVideoDecode[];
-@@ -268,7 +268,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD
-
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
- #endif
-