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