23 lines
992 B
Diff
23 lines
992 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
Date: Thu, 20 Sep 2018 17:49:34 -0700
|
|
Subject: mas-lssetapplicationlaunchservicesserverconnectionstatus.patch
|
|
|
|
Removes usage of the _LSSetApplicationLaunchServicesServerConnectionStatus
|
|
private API.
|
|
|
|
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
|
index 6779f6d70c1a69cd5668cf3a328cf56a492983e2..46d92835eadd6429ea0c6a53c5a39ff04f1c2634 100644
|
|
--- a/content/gpu/gpu_main.cc
|
|
+++ b/content/gpu/gpu_main.cc
|
|
@@ -286,8 +286,10 @@ int GpuMain(const MainFunctionParams& parameters) {
|
|
std::make_unique<base::SingleThreadTaskExecutor>(
|
|
base::MessagePumpType::NS_RUNLOOP);
|
|
|
|
+#ifndef MAS_BUILD
|
|
// Tell LaunchServices to continue without a connection to the daemon.
|
|
_LSSetApplicationLaunchServicesServerConnectionStatus(0, nullptr);
|
|
+#endif
|
|
#else
|
|
main_thread_task_executor =
|
|
std::make_unique<base::SingleThreadTaskExecutor>(
|