| Index: trunk/src/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc (revision 251356)
|
| +++ trunk/src/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc (working copy)
|
| @@ -832,6 +832,7 @@
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| FileManagerBrowserTestBase::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(switches::kMultiProfiles);
|
| + command_line->AppendSwitch(chromeos::switches::kForceMultiProfileInTests);
|
| // Logs in to a dummy profile (For making MultiProfileWindowManager happy;
|
| // browser test creates a default window and the manager tries to assign a
|
| // user for it, and we need a profile connected to a user.)
|
|
|