65 lines
3.2 KiB
C++
65 lines
3.2 KiB
C++
--- chrome/browser/flag_descriptions.cc.orig 2022-11-30 08:12:58 UTC
|
|
+++ chrome/browser/flag_descriptions.cc
|
|
@@ -6600,7 +6600,7 @@ const char kSearchWebInSidePanelDescription[] =
|
|
// Random platform combinations -----------------------------------------------
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
const char kQuickCommandsName[] = "Quick Commands";
|
|
const char kQuickCommandsDescription[] =
|
|
"Enable a text interface to browser features. Invoke with Ctrl-Space.";
|
|
@@ -6609,7 +6609,7 @@ const char kQuickCommandsDescription[] =
|
|
// BUILDFLAG(IS_FUCHSIA)
|
|
|
|
#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.";
|
|
@@ -6623,7 +6623,7 @@ const char kWebShareDescription[] =
|
|
"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";
|
|
@@ -6643,7 +6643,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
|
|
"Bluetooth";
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
const char kCleanUndecryptablePasswordsLinuxName[] =
|
|
"Cleanup local undecryptable passwords during initial sync flow";
|
|
const char kCleanUndecryptablePasswordsLinuxDescription[] =
|
|
@@ -6656,7 +6656,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
|
|
"storage and requests initial sync.";
|
|
#endif // 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.";
|
|
@@ -6665,7 +6665,7 @@ const char kSkipUndecryptablePasswordsDescription[] =
|
|
"there are undecryptable ones.";
|
|
#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)
|
|
@@ -6770,7 +6770,7 @@ const char kElasticOverscrollDescription[] =
|
|
|
|
#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.";
|