Index: content/browser/bootstrap_sandbox_manager_mac.cc |
diff --git a/content/browser/bootstrap_sandbox_manager_mac.cc b/content/browser/bootstrap_sandbox_manager_mac.cc |
index 48d25491429665a76e9edc43e6af364f6fff4965..61d1b1e3b04bb09c40f72df3386c96fa62574cb5 100644 |
--- a/content/browser/bootstrap_sandbox_manager_mac.cc |
+++ b/content/browser/bootstrap_sandbox_manager_mac.cc |
@@ -6,7 +6,6 @@ |
#include "base/logging.h" |
#include "base/mac/mac_util.h" |
-#include "content/browser/browser_io_surface_manager_mac.h" |
#include "content/browser/mach_broker_mac.h" |
#include "content/common/sandbox_init_mac.h" |
#include "content/public/browser/browser_thread.h" |
@@ -79,11 +78,6 @@ void BootstrapSandboxManager::RegisterRendererPolicy() { |
policy.rules["com.apple.windowserver.active"] = |
sandbox::Rule(sandbox::POLICY_ALLOW); |
- // Allow renderers to contact the IOSurfaceManager in the browser to share |
- // accelerated surfaces. |
- policy.rules[BrowserIOSurfaceManager::GetMachPortName()] = |
- sandbox::Rule(sandbox::POLICY_ALLOW); |
- |
// Allow access to launchservicesd on 10.10+ otherwise the renderer will crash |
// attempting to get its ASN. http://crbug.com/533537 |
if (base::mac::IsOSYosemiteOrLater()) { |