Chromium Code Reviews| Index: ash/shell/content_client/shell_browser_main_parts.cc |
| =================================================================== |
| --- ash/shell/content_client/shell_browser_main_parts.cc (revision 148205) |
| +++ ash/shell/content_client/shell_browser_main_parts.cc (working copy) |
| @@ -85,7 +85,7 @@ |
| } |
| void ShellBrowserMainParts::PreMainMessageLoopRun() { |
| - browser_context_.reset(new content::ShellBrowserContext); |
| + browser_context_.reset(new content::ShellBrowserContext(false)); |
|
scottmg
2012/07/25 16:20:20
the "false" is kind of opaque, is it worth ShellBr
|
| // A ViewsDelegate is required. |
| if (!views::ViewsDelegate::views_delegate) |