Index: content/common/sandbox_mac.mm |
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm |
index ec0ea7dcbefaa61ed73038752655dd72e5618121..1c5a78839fbd4ffe343b2ce6e3bfac1946fab5c6 100644 |
--- a/content/common/sandbox_mac.mm |
+++ b/content/common/sandbox_mac.mm |
@@ -44,7 +44,6 @@ |
extern "C" { |
void CGSSetDenyWindowServerConnections(bool); |
void CGSShutdownServerConnections(); |
-OSStatus SetApplicationIsDaemon(Boolean isDaemon); |
}; |
namespace content { |
@@ -182,12 +181,6 @@ void Sandbox::SandboxWarmup(int sandbox_type) { |
// messages to be printed to the system logger on certain OS versions. |
CGSSetDenyWindowServerConnections(true); |
CGSShutdownServerConnections(); |
- |
- // Allow the process to continue without a LaunchServices ASN. The |
- // INIT_Process function in HIServices will abort if it cannot connect to |
- // launchservicesd to get an ASN. By setting this flag, HIServices skips |
- // that. |
- SetApplicationIsDaemon(true); |
} |
} |