Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index b0052d5ac336248a21def45704aca5072b71e1e3..40d78e0cae0d3ceb1dbb215e067282cf0b777955 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -30,7 +30,6 @@ |
#include "content/public/common/sandbox_init.h" |
#elif defined(OS_MACOSX) |
#include "content/browser/bootstrap_sandbox_manager_mac.h" |
-#include "content/browser/browser_io_surface_manager_mac.h" |
#include "content/browser/mach_broker_mac.h" |
#include "sandbox/mac/bootstrap_sandbox.h" |
#include "sandbox/mac/pre_exec_delegate.h" |
@@ -243,9 +242,6 @@ void LaunchOnLauncherThread(const NotifyCallback& callback, |
// check-in from the new process. |
broker->EnsureRunning(); |
- // Make sure the IOSurfaceManager service is running. |
- BrowserIOSurfaceManager::GetInstance()->EnsureRunning(); |
- |
const SandboxType sandbox_type = delegate->GetSandboxType(); |
scoped_ptr<sandbox::PreExecDelegate> pre_exec_delegate; |
if (BootstrapSandboxManager::ShouldEnable()) { |