forked from Lainports/opnsense-ports
51 lines
2.4 KiB
C
51 lines
2.4 KiB
C
--- chrome/browser/flag_descriptions.h.orig 2022-11-30 08:12:58 UTC
|
|
+++ chrome/browser/flag_descriptions.h
|
|
@@ -3779,7 +3779,7 @@ extern 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)
|
|
extern const char kQuickCommandsName[];
|
|
extern const char kQuickCommandsDescription[];
|
|
|
|
@@ -3796,7 +3796,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
|
|
extern const char kWebBluetoothConfirmPairingSupportDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
extern const char kOzonePlatformHintChoiceDefault[];
|
|
extern const char kOzonePlatformHintChoiceAuto[];
|
|
extern const char kOzonePlatformHintChoiceX11[];
|
|
@@ -3812,18 +3812,18 @@ extern const char kForcePasswordInitialSyncWhenDecrypt
|
|
extern const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[];
|
|
#endif // BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
|
|
extern const char kSkipUndecryptablePasswordsName[];
|
|
extern const char kSkipUndecryptablePasswordsDescription[];
|
|
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
extern const char kAsyncDnsName[];
|
|
extern const char kAsyncDnsDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
#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)
|
|
extern const char kFollowingFeedSidepanelName[];
|
|
extern const char kFollowingFeedSidepanelDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
|
|
@@ -3900,7 +3900,7 @@ extern 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)
|
|
extern const char kUIDebugToolsName[];
|
|
extern const char kUIDebugToolsDescription[];
|
|
|