blob: aeb5d9c1e1cf2d704e07e7fd6f916cb74a044a3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/app/mash/mash_runner.cc.orig 2017-02-02 02:02:48 UTC
+++ chrome/app/mash/mash_runner.cc
@@ -207,7 +207,7 @@ int MashMain() {
service_manager::InitializeLogging();
std::unique_ptr<base::MessageLoop> message_loop;
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
base::AtExitManager exit_manager;
#endif
if (!IsChild())
|