1 --- chrome/browser/flag_descriptions.h.orig	2022-08-31 12:19:35 UTC
2 +++ chrome/browser/flag_descriptions.h
3 @@ -3477,7 +3477,7 @@ extern 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  extern const char kDesktopDetailedLanguageSettingsName[];
11  extern const char kDesktopDetailedLanguageSettingsDescription[];
12 @@ -3498,7 +3498,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
13  extern const char kWebBluetoothConfirmPairingSupportDescription[];
14  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
15 
16 -#if BUILDFLAG(IS_LINUX)
17 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
18  extern const char kOzonePlatformHintChoiceDefault[];
19  extern const char kOzonePlatformHintChoiceAuto[];
20  extern const char kOzonePlatformHintChoiceX11[];
21 @@ -3514,12 +3514,12 @@ extern const char kForcePasswordInitialSyncWhenDecrypt
22  extern const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[];
23  #endif  // BUILDFLAG(IS_LINUX)
24 
25 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
26 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
27  extern const char kSkipUndecryptablePasswordsName[];
28  extern const char kSkipUndecryptablePasswordsDescription[];
29  #endif  // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
30 
31 -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
32 +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
33  extern const char kAsyncDnsName[];
34  extern const char kAsyncDnsDescription[];
35  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
36 @@ -3595,7 +3595,7 @@ extern const char kElasticOverscrollDescription[];
37 
38  #if BUILDFLAG(IS_WIN) ||                                      \
39      (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
40 -    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
41 +    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
42  extern const char kUIDebugToolsName[];
43  extern const char kUIDebugToolsDescription[];
44  #endif
45