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

Unified Diff: trunk/src/chrome/test/base/in_process_browser_test.cc

Issue 390843002: Revert 282925 "Make the policy fetch for first time login blocking" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/chrome/test/base/in_process_browser_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/base/in_process_browser_test.cc
===================================================================
--- trunk/src/chrome/test/base/in_process_browser_test.cc (revision 282941)
+++ trunk/src/chrome/test/base/in_process_browser_test.cc (working copy)
@@ -112,7 +112,6 @@
InProcessBrowserTest::InProcessBrowserTest()
: browser_(NULL),
exit_when_last_browser_closes_(true),
- open_about_blank_on_browser_launch_(true),
multi_desktop_test_(false)
#if defined(OS_MACOSX)
, autorelease_pool_(NULL)
@@ -249,7 +248,7 @@
if (exit_when_last_browser_closes_)
command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests);
- if (open_about_blank_on_browser_launch_ && command_line->GetArgs().empty())
+ if (command_line->GetArgs().empty())
command_line->AppendArg(url::kAboutBlankURL);
}
« no previous file with comments | « trunk/src/chrome/test/base/in_process_browser_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698