12 lines
522 B
Text
12 lines
522 B
Text
Index: base/base_switches.cc
|
|
--- base/base_switches.cc.orig
|
|
+++ base/base_switches.cc
|
|
@@ -180,7 +180,7 @@ const char kPackageVersionName[] = "package-version-na
|
|
const char kPackageVersionCode[] = "package-version-code";
|
|
#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. Indicates that Crashpad should be
|
|
// enabled.
|