12 lines
476 B
Text
12 lines
476 B
Text
Index: base/base_switches.h
|
|
--- base/base_switches.h.orig
|
|
+++ base/base_switches.h
|
|
@@ -62,7 +62,7 @@ extern const char kPackageVersionName[];
|
|
extern const char kPackageVersionCode[];
|
|
#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[];
|