| 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();
|
|
|