forked from Lainports/opnsense-ports
36 lines
1.6 KiB
C++
36 lines
1.6 KiB
C++
--- chrome/browser/flag_descriptions.cc.orig 2020-03-03 18:53:51 UTC
|
|
+++ chrome/browser/flag_descriptions.cc
|
|
@@ -3861,7 +3861,7 @@ const char kDynamicTcmallocDescription[] =
|
|
"utilization.";
|
|
#endif // BUILDFLAG(USE_TCMALLOC)
|
|
|
|
-#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX)
|
|
+#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD)
|
|
|
|
// All views-based platforms --------------------------------------------------
|
|
|
|
@@ -3886,13 +3886,13 @@ const char kReopenTabInProductHelpDescription[] =
|
|
|
|
// Random platform combinations -----------------------------------------------
|
|
|
|
-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
|
|
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
|
|
|
|
const char kWebGL2ComputeContextName[] = "WebGL 2.0 Compute";
|
|
const char kWebGL2ComputeContextDescription[] =
|
|
"Enable the use of WebGL 2.0 Compute API.";
|
|
|
|
-#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
|
|
+#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
|
|
|
|
#if BUILDFLAG(ENABLE_CLICK_TO_CALL)
|
|
|
|
@@ -3921,7 +3921,7 @@ const char kRemoteCopyReceiverDescription[] =
|
|
#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ||
|
|
// defined(OS_CHROMEOS)
|
|
|
|
-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
|
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD)
|
|
|
|
const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
|
|
const char kDirectManipulationStylusDescription[] =
|