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

Unified Diff: chrome/browser/first_run/first_run_browsertest.cc

Issue 11636031: [Fixit Dec-2012] Refactor first_run, very few things should depend on whether the First Run senti... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: --first-run => --force-first-run Created 8 years 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
Index: chrome/browser/first_run/first_run_browsertest.cc
diff --git a/chrome/browser/first_run/first_run_browsertest.cc b/chrome/browser/first_run/first_run_browsertest.cc
index 026b61668a21117044e3308e5281a84695546a4d..53e397074cc0828d05b7a302c31669f1aa5b2410 100644
--- a/chrome/browser/first_run/first_run_browsertest.cc
+++ b/chrome/browser/first_run/first_run_browsertest.cc
@@ -66,8 +66,7 @@ class FirstRunIntegrationBrowserTest : public InProcessBrowserTest {
protected:
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
InProcessBrowserTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kFirstRun);
- command_line->AppendSwitch(switches::kFirstRunForceImport);
+ command_line->AppendSwitch(switches::kForceFirstRun);
EXPECT_FALSE(ProfileManager::DidPerformProfileImport());
extensions::ComponentLoader::EnableBackgroundExtensionsForTesting();

Powered by Google App Engine
This is Rietveld 408576698