| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 6b5cdd41436e75645bb8e4a9ab96a9d39574fefd..ce7e2248dab0f03da04c60a03e8717e58dfcc6be 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -86,6 +86,7 @@
|
|
|
| #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
|
|
|
| @@ -1048,6 +1049,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
|
|
| #if defined(OS_MACOSX)
|
| ThemeHelperMac::GetInstance();
|
| + SystemHotkeyHelperMac::GetInstance()->DeferredLoadSystemHotkeys();
|
| if (ShouldEnableBootstrapSandbox()) {
|
| TRACE_EVENT0("startup",
|
| "BrowserMainLoop::BrowserThreadsStarted:BootstrapSandbox");
|
|
|