Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2179)

Unified Diff: ash/shell/content_client/shell_browser_main_parts.cc

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698