Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index b5745961efc4ecf17bd2bd6cd5883a492d5be3da..27309e7d74acf4ccfed1c100a70203449bdf96d5 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -106,10 +106,8 @@ |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
#include "base/memory/memory_pressure_monitor_mac.h" |
#include "content/browser/bootstrap_sandbox_manager_mac.h" |
-#include "content/browser/browser_io_surface_manager_mac.h" |
#include "content/browser/cocoa/system_hotkey_helper_mac.h" |
#include "content/browser/compositor/browser_compositor_view_mac.h" |
-#include "content/browser/in_process_io_surface_manager_mac.h" |
#include "content/browser/theme_helper_mac.h" |
#include "ui/accelerated_widget_mac/window_resize_helper_mac.h" |
#endif |
@@ -656,17 +654,6 @@ void BrowserMainLoop::PostMainMessageLoopStart() { |
#endif |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
- { |
- TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:IOSurfaceManager"); |
- if (parsed_command_line_.HasSwitch(switches::kSingleProcess)) { |
- gfx::IOSurfaceManager::SetInstance( |
- InProcessIOSurfaceManager::GetInstance()); |
- } else { |
- gfx::IOSurfaceManager::SetInstance( |
- BrowserIOSurfaceManager::GetInstance()); |
- } |
- } |
- |
if (BootstrapSandboxManager::ShouldEnable()) { |
TRACE_EVENT0("startup", |
"BrowserMainLoop::Subsystem:BootstrapSandbox"); |