| Index: trunk/src/chrome/browser/chromeos/login/user_adding_screen_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/user_adding_screen_browsertest.cc (revision 251356)
|
| +++ trunk/src/chrome/browser/chromeos/login/user_adding_screen_browsertest.cc (working copy)
|
| @@ -39,6 +39,7 @@
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(::switches::kMultiProfiles);
|
| + command_line->AppendSwitch(switches::kForceMultiProfileInTests);
|
| }
|
|
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
|
|