Index: extensions/browser/api/runtime/runtime_api.cc |
diff --git a/extensions/browser/api/runtime/runtime_api.cc b/extensions/browser/api/runtime/runtime_api.cc |
index fcd68014dede89b02ea7bb6adc0c105e0087b70e..f23bf2a2667403a42a3674a97119a01f694fb623 100644 |
--- a/extensions/browser/api/runtime/runtime_api.cc |
+++ b/extensions/browser/api/runtime/runtime_api.cc |
@@ -79,6 +79,8 @@ void DispatchOnStartupEventImpl(BrowserContext* browser_context, |
if (browser_context->IsOffTheRecord()) |
return; |
+ LOG(ERROR) << "JAMES DispatchOnStartupEventImpl IsValidContext " |
+ << ExtensionsBrowserClient::Get()->IsValidContext(browser_context); |
if (ExtensionsBrowserClient::Get()->IsShuttingDown() || |
!ExtensionsBrowserClient::Get()->IsValidContext(browser_context)) |
return; |