2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
index e6a589fb90e0..64ff5e248bd7 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/content/gpu/gpu_main.cc
|
|
|
|
+++ b/content/gpu/gpu_main.cc
|
|
|
|
@@ -276,8 +276,10 @@ int GpuMain(const MainFunctionParams& parameters) {
|
|
|
|
std::unique_ptr<base::MessagePump> pump(new base::MessagePumpNSRunLoop());
|
|
|
|
main_message_loop.reset(new base::MessageLoop(std::move(pump)));
|
|
|
|
|
|
|
|
+#ifndef MAS_BUILD
|
|
|
|
// Tell LaunchServices to continue without a connection to the daemon.
|
|
|
|
_LSSetApplicationLaunchServicesServerConnectionStatus(0, nullptr);
|
|
|
|
+#endif
|
|
|
|
#else
|
|
|
|
main_message_loop.reset(
|
|
|
|
new base::MessageLoop(base::MessageLoop::TYPE_DEFAULT));
|
|
|
|
--
|
|
|
|
2.17.0
|
|
|
|
|