ports/www/chromium/patches/patch-base_base_switches_h

13 lines
476 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: base/base_switches.h
--- base/base_switches.h.orig
+++ base/base_switches.h
2023-10-12 19:58:51 +00:00
@@ -62,7 +62,7 @@ extern const char kPackageVersionName[];
extern const char kPackageVersionCode[];
2023-08-16 22:26:55 +00:00
#endif
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
// TODO(crbug.com/1176772): Remove kEnableCrashpad and IsCrashpadEnabled() when
// Crashpad is fully enabled on Linux.
extern const char kEnableCrashpad[];