Files
ports/www/chromium/patches/patch-chrome_browser_flag_descriptions_h
T
2026-06-17 07:29:44 +00:00

23 lines
965 B
Plaintext

Index: chrome/browser/flag_descriptions.h
--- chrome/browser/flag_descriptions.h.orig
+++ chrome/browser/flag_descriptions.h
@@ -8588,6 +8588,18 @@ inline constexpr char kAndroidEntraSsoDescription[] =
"Enables native support for Entra SSO on Android provided by selected "
"Authentication Brokers.";
+#if BUILDFLAG(IS_BSD)
+inline constexpr char kAudioBackendName[] =
+ "Audio Backend";
+inline constexpr char kAudioBackendDescription[] =
+#if BUILDFLAG(IS_OPENBSD)
+ "Select the desired audio backend to use. The default is sndio.";
+#elif BUILDFLAG(IS_FREEBSD)
+ "Select the desired audio backend to use. The default will automatically "
+ "enumerate through the supported backends.";
+#endif
+#endif
+
// ============================================================================
// Don't just add flags to the end, put them in the alphabetical order.
// ============================================================================