blob: 74b467c8fcdf288866484574f3e0cf80de24a695 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/app/mash/mash_runner.cc.orig 2017-03-09 20:04:27 UTC
+++ chrome/app/mash/mash_runner.cc
@@ -249,7 +249,7 @@ int MashMain() {
// TODO(sky): wire this up correctly.
service_manager::InitializeLogging();
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
base::AtExitManager exit_manager;
#endif
|