2023-04-23 06:52:55 +02:00
|
|
|
--- chrome/browser/flag_descriptions.cc.orig 2023-04-22 17:45:15 UTC
|
2022-03-30 17:18:34 +02:00
|
|
|
+++ chrome/browser/flag_descriptions.cc
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6166,7 +6166,7 @@ const char kLibAssistantV2MigrationDescription[] =
|
2023-03-13 11:56:24 +01:00
|
|
|
|
|
|
|
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
|
|
|
|
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kGetDisplayMediaSetName[] = "GetDisplayMediaSet API";
|
|
|
|
const char kGetDisplayMediaSetDescription[] =
|
|
|
|
"When enabled, the getDisplayMediaSet API for capturing multiple surfaces "
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6402,7 +6402,7 @@ const char kSearchWebInSidePanelDescription[] =
|
2022-03-30 17:18:34 +02:00
|
|
|
// Random platform combinations -----------------------------------------------
|
|
|
|
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
2022-10-05 14:43:40 +02:00
|
|
|
const char kQuickCommandsName[] = "Quick Commands";
|
|
|
|
const char kQuickCommandsDescription[] =
|
|
|
|
"Enable a text interface to browser features. Invoke with Ctrl-Space.";
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6411,7 +6411,7 @@ const char kQuickCommandsDescription[] =
|
2022-10-05 14:43:40 +02:00
|
|
|
// BUILDFLAG(IS_FUCHSIA)
|
2022-03-30 17:18:34 +02:00
|
|
|
|
2022-10-05 14:43:40 +02: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.";
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6432,7 +6432,7 @@ const char kWebShareDescription[] =
|
2022-03-30 17:18:34 +02:00
|
|
|
"platforms.";
|
|
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
|
|
|
|
|
|
|
|
-#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
|
|
|
|
+#if (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kOzonePlatformHintChoiceDefault[] = "Default";
|
|
|
|
const char kOzonePlatformHintChoiceAuto[] = "Auto";
|
|
|
|
const char kOzonePlatformHintChoiceX11[] = "X11";
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6452,7 +6452,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
2022-10-05 14:43:40 +02:00
|
|
|
"Bluetooth";
|
|
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
2022-03-30 17:18:34 +02:00
|
|
|
|
2022-04-01 14:16:26 +02:00
|
|
|
-#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.";
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6466,7 +6466,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
|
2023-03-13 11:56:24 +01:00
|
|
|
"storage and requests initial sync.";
|
2022-10-05 14:43:40 +02: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)
|
2023-04-23 06:52:55 +02:00
|
|
|
@@ -6567,7 +6567,7 @@ const char kElasticOverscrollDescription[] =
|
2022-03-30 17:18:34 +02: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.";
|