Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index ce7e2248dab0f03da04c60a03e8717e58dfcc6be..6b5cdd41436e75645bb8e4a9ab96a9d39574fefd 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -86,7 +86,6 @@ |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
#include "content/browser/bootstrap_sandbox_mac.h" |
-#include "content/browser/cocoa/system_hotkey_helper_mac.h" |
#include "content/browser/theme_helper_mac.h" |
#endif |
@@ -1049,7 +1048,6 @@ int BrowserMainLoop::BrowserThreadsStarted() { |
#if defined(OS_MACOSX) |
ThemeHelperMac::GetInstance(); |
- SystemHotkeyHelperMac::GetInstance()->DeferredLoadSystemHotkeys(); |
if (ShouldEnableBootstrapSandbox()) { |
TRACE_EVENT0("startup", |
"BrowserMainLoop::BrowserThreadsStarted:BootstrapSandbox"); |