1 --- chrome/browser/flag_descriptions.cc.orig	2022-08-31 12:19:35 UTC
2 +++ chrome/browser/flag_descriptions.cc
3 @@ -6066,7 +6066,7 @@ const char kSideSearchDSESupportDescription[] =
4  // Random platform combinations -----------------------------------------------
5 
6  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7 -    BUILDFLAG(IS_FUCHSIA)
8 +    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
9 
10  const char kDesktopDetailedLanguageSettingsName[] =
11      "Detailed Language Settings (Desktop)";
12 @@ -6087,7 +6087,7 @@ const char kWebShareDescription[] =
13      "platforms.";
14  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
15 
16 -#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
17 +#if (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)) || BUILDFLAG(IS_BSD)
18  const char kOzonePlatformHintChoiceDefault[] = "Default";
19  const char kOzonePlatformHintChoiceAuto[] = "Auto";
20  const char kOzonePlatformHintChoiceX11[] = "X11";
21 @@ -6107,7 +6107,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
22      "Bluetooth";
23  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
24 
25 -#if BUILDFLAG(IS_LINUX)
26 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
27  const char kCleanUndecryptablePasswordsLinuxName[] =
28      "Cleanup local undecryptable passwords during initial sync flow";
29  const char kCleanUndecryptablePasswordsLinuxDescription[] =
30 @@ -6120,7 +6120,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail
31      "storage and requests initial sync.";
32  #endif  // BUILDFLAG(IS_LINUX)
33 
34 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
35 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
36  const char kSkipUndecryptablePasswordsName[] =
37      "Skip undecryptable passwords to use the available decryptable "
38      "passwords.";
39 @@ -6129,7 +6129,7 @@ const char kSkipUndecryptablePasswordsDescription[] =
40      "there are undecryptable ones.";
41  #endif  // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
42 
43 -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
44 +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
45  const char kAsyncDnsName[] = "Async DNS resolver";
46  const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
47  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
48 @@ -6234,7 +6234,7 @@ const char kElasticOverscrollDescription[] =
49 
50  #if BUILDFLAG(IS_WIN) ||                                      \
51      (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
52 -    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
53 +    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
54  const char kUIDebugToolsName[] = "Debugging tools for UI";
55  const char kUIDebugToolsDescription[] =
56      "Enables additional keyboard shortcuts to help debugging.";
57