mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
91 lines
4.5 KiB
C++
91 lines
4.5 KiB
C++
--- chrome/browser/flag_descriptions.cc.orig 2024-06-22 08:49:42 UTC
|
|
+++ chrome/browser/flag_descriptions.cc
|
|
@@ -2927,7 +2927,7 @@ const char kCbdTimeframeRequiredDescription[] =
|
|
"value to the list.";
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS_ASH)
|
|
+ BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)
|
|
const char kPolicyIndicationForManagedDefaultSearchName[] =
|
|
"Enable policy indication for managed Default Search provider";
|
|
const char kPolicyIndicationForManagedDefaultSearchDescription[] =
|
|
@@ -3224,7 +3224,7 @@ const char kShowAutofillTypePredictionsDescription[] =
|
|
"text.";
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
const char kShowFeaturedEnterpriseSiteSearchName[] =
|
|
"Show featured Enterprise site search engines in Omnibox";
|
|
const char kShowFeaturedEnterpriseSiteSearchDescription[] =
|
|
@@ -3249,7 +3249,7 @@ const char kSiteInstanceGroupsForDataUrlsDescription[]
|
|
"but in the same SiteInstanceGroup, and thus the same process.";
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
const char kSiteSearchSettingsPolicyName[] = "Enable SiteSearchSettings policy";
|
|
const char kSiteSearchSettingsPolicyDescription[] =
|
|
"Allow site search engines to be defined by the SiteSearchSettings policy.";
|
|
@@ -7489,7 +7489,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
|
|
"Enables sharing common areas of icudtl.dat between Ash and Lacros.";
|
|
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
|
|
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
|
|
const char kGetAllScreensMediaDescription[] =
|
|
"When enabled, the getAllScreensMedia API for capturing multiple screens "
|
|
@@ -7757,7 +7757,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
|
|
|
|
// Linux -----------------------------------------------------------------------
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
const char kOzonePlatformHintChoiceDefault[] = "Default";
|
|
const char kOzonePlatformHintChoiceAuto[] = "Auto";
|
|
const char kOzonePlatformHintChoiceX11[] = "X11";
|
|
@@ -7805,14 +7805,14 @@ const char kZeroCopyVideoCaptureDescription[] =
|
|
#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
|
|
const char kFollowingFeedSidepanelDescription[] =
|
|
"Enables the following feed in the sidepanel.";
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
|
|
// BUILDFLAG(IS_CHROMEOS)
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
const char kEnableNetworkServiceSandboxName[] =
|
|
"Enable the network service sandbox.";
|
|
const char kEnableNetworkServiceSandboxDescription[] =
|
|
@@ -7844,7 +7844,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
|
"Bluetooth";
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
|
|
const char kSkipUndecryptablePasswordsName[] =
|
|
"Skip undecryptable passwords to use the available decryptable "
|
|
"passwords.";
|
|
@@ -7984,7 +7984,7 @@ const char kElementCaptureDescription[] =
|
|
|
|
#if BUILDFLAG(IS_WIN) || \
|
|
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
- BUILDFLAG(IS_MAC)
|
|
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
|
|
const char kUIDebugToolsName[] = "Debugging tools for UI";
|
|
const char kUIDebugToolsDescription[] =
|
|
"Enables additional keyboard shortcuts to help debugging.";
|
|
@@ -8045,7 +8045,7 @@ const char kComposeNudgeAtCursorDescription[] =
|
|
"Shows the Compose proactive nudge at the cursor location";
|
|
#endif // BUILDFLAG(ENABLE_COMPOSE)
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
const char kThirdPartyProfileManagementName[] =
|
|
"Third party profile management";
|
|
const char kThirdPartyProfileManagementDescription[] =
|