Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 96fa7792f3a12b6a352115bfad6438dee996850b..8151e922afad6a1f12d20e583bbb023728deb8f4 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -85,6 +85,7 @@ |
#endif |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
+#include "content/browser/bootstrap_sandbox_mac.h" |
#include "content/browser/theme_helper_mac.h" |
#endif |
@@ -1032,7 +1033,13 @@ int BrowserMainLoop::BrowserThreadsStarted() { |
#if defined(OS_MACOSX) |
ThemeHelperMac::GetInstance(); |
-#endif |
+ { |
+ TRACE_EVENT0("startup", |
+ "BrowserMainLoop::BrowserThreadsStarted:BootstrapSandbox"); |
+ CHECK(GetBootstrapSandbox()); |
+ } |
+#endif // defined(OS_MACOSX) |
+ |
#endif // !defined(OS_IOS) |
return result_code_; |