2023-08-16 22:26:55 +00:00
|
|
|
Index: chrome/browser/flag_descriptions.cc
|
|
|
|
--- chrome/browser/flag_descriptions.cc.orig
|
|
|
|
+++ chrome/browser/flag_descriptions.cc
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -2950,7 +2950,7 @@ const char kCbdTimeframeRequiredDescription[] =
|
|
|
|
"value to the list.";
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-20 13:42:05 +00:00
|
|
|
#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[] =
|
|
|
|
@@ -3263,7 +3263,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.";
|
|
|
|
@@ -7500,7 +7500,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
|
2023-09-17 04:05:06 +00:00
|
|
|
"Enables sharing common areas of icudtl.dat between Ash and Lacros.";
|
|
|
|
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
-#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 "
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -7760,7 +7760,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-20 13:42:05 +00:00
|
|
|
// Linux -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kOzonePlatformHintChoiceDefault[] = "Default";
|
|
|
|
const char kOzonePlatformHintChoiceAuto[] = "Auto";
|
|
|
|
const char kOzonePlatformHintChoiceX11[] = "X11";
|
|
|
|
@@ -7808,7 +7808,7 @@ const char kZeroCopyVideoCaptureDescription[] =
|
|
|
|
#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
|
|
- BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
|
|
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
|
|
|
|
const char kFollowingFeedSidepanelDescription[] =
|
|
|
|
"Enables the following feed in the sidepanel.";
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -7823,7 +7823,7 @@ const char kEnableProtoApiForClassifyUrlDescription[]
|
2023-08-16 22:26:55 +00:00
|
|
|
"instead of JSON.";
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
2023-09-17 04:05:06 +00:00
|
|
|
const char kEnableNetworkServiceSandboxName[] =
|
|
|
|
"Enable the network service sandbox.";
|
|
|
|
const char kEnableNetworkServiceSandboxDescription[] =
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -7855,7 +7855,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
2023-08-16 22:26:55 +00:00
|
|
|
"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.";
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -7875,7 +7875,7 @@ const char kRestartToGainAccessToKeychainDescription[]
|
|
|
|
"to restart Chrome to gain access to computer's password manager.";
|
2023-08-16 22:26:55 +00:00
|
|
|
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kAsyncDnsName[] = "Async DNS resolver";
|
|
|
|
const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
|
|
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -7976,7 +7976,7 @@ const char kElementCaptureDescription[] =
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
#if BUILDFLAG(IS_WIN) || \
|
|
|
|
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
|
|
- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
|
|
|
|
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kUIDebugToolsName[] = "Debugging tools for UI";
|
|
|
|
const char kUIDebugToolsDescription[] =
|
|
|
|
"Enables additional keyboard shortcuts to help debugging.";
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -8025,7 +8025,7 @@ const char kComposeTextSelectionDescription[] =
|
|
|
|
"Enables feature for different heuristics for selecting text for Compose";
|
|
|
|
#endif // BUILDFLAG(ENABLE_COMPOSE)
|
2023-09-17 04:05:06 +00:00
|
|
|
|
|
|
|
-#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[] =
|