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
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -2515,7 +2515,7 @@ const char kWebUIOmniboxPopupName[] = "WebUI Omnibox P
|
2023-08-16 22:26:55 +00:00
|
|
|
const char kWebUIOmniboxPopupDescription[] =
|
|
|
|
"If enabled, shows the omnibox suggestions popup in WebUI.";
|
|
|
|
|
|
|
|
-#if !BUILDFLAG(IS_LINUX)
|
|
|
|
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
|
|
|
|
const char kWebUiSystemFontName[] = "WebUI System font";
|
|
|
|
const char kWebUiSystemFontDescription[] =
|
|
|
|
"If enabled, all WebUI surfaces will use the default UI font of the "
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -6835,7 +6835,7 @@ const char kLibAssistantV2MigrationDescription[] =
|
2023-08-16 22:26:55 +00: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 kGetAllScreensMediaName[] = "GetAllScreensMedia API";
|
|
|
|
const char kGetAllScreensMediaDescription[] =
|
|
|
|
"When enabled, the getAllScreensMedia API for capturing multiple screens "
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7075,7 +7075,7 @@ const char kSearchWebInSidePanelDescription[] =
|
2023-08-16 22:26:55 +00:00
|
|
|
// 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.";
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7084,7 +7084,7 @@ const char kQuickCommandsDescription[] =
|
2023-08-16 22:26:55 +00:00
|
|
|
// 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.";
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7106,7 +7106,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)
|
|
|
|
const char kUseOutOfProcessVideoDecodingName[] =
|
|
|
|
"Use out-of-process video decoding (OOP-VD)";
|
|
|
|
const char kUseOutOfProcessVideoDecodingDescription[] =
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7124,7 +7124,7 @@ const char kWebShareDescription[] =
|
2023-08-16 22:26:55 +00: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-09-08 05:21:37 +00:00
|
|
|
@@ -7144,7 +7144,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.";
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7158,7 +7158,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
|
2023-08-16 22:26:55 +00:00
|
|
|
"storage and requests initial sync.";
|
|
|
|
#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-09-08 05:21:37 +00:00
|
|
|
@@ -7259,7 +7259,7 @@ const char kElasticOverscrollDescription[] =
|
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.";
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -7288,7 +7288,7 @@ const char kSigninInterceptBubbleV2Description[] =
|
2023-08-16 22:26:55 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \
|
|
|
|
- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID)
|
|
|
|
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
|
|
|
|
const char kDataRetentionPoliciesDisableSyncTypesNeededName[] =
|
|
|
|
"Data Retention Policies Disable Sync Types";
|
|
|
|
const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[] =
|