Index: ui/views/examples/content_client/examples_browser_main_parts.cc |
=================================================================== |
--- ui/views/examples/content_client/examples_browser_main_parts.cc (revision 148205) |
+++ ui/views/examples/content_client/examples_browser_main_parts.cc (working copy) |
@@ -51,7 +51,7 @@ |
} |
void ExamplesBrowserMainParts::PreMainMessageLoopRun() { |
- browser_context_.reset(new content::ShellBrowserContext); |
+ browser_context_.reset(new content::ShellBrowserContext(false)); |
#if defined(USE_AURA) |
aura::Env::GetInstance()->SetDisplayManager(new aura::SingleDisplayManager); |