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

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: merge up to r174446 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..276f975973ccdba8734d88d5cdedc811650417e0 100644
--- a/chrome/browser/first_run/first_run_browsertest.cc
+++ b/chrome/browser/first_run/first_run_browsertest.cc
@@ -67,7 +67,6 @@ class FirstRunIntegrationBrowserTest : public InProcessBrowserTest {
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
InProcessBrowserTest::SetUpCommandLine(command_line);
command_line->AppendSwitch(switches::kFirstRun);
- command_line->AppendSwitch(switches::kFirstRunForceImport);
Nico 2012/12/21 21:44:22 Why is this no longer needed? The CL doesn't menti
gab 2012/12/21 22:10:35 This was just added in https://chromiumcodereview.
EXPECT_FALSE(ProfileManager::DidPerformProfileImport());
extensions::ComponentLoader::EnableBackgroundExtensionsForTesting();

Powered by Google App Engine
This is Rietveld 408576698