| Index: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| index ac9841bf511c73a21b5ad137694a5d3cb2afefbd..eb1aea024efa5c347a7c7ba4eb4129cfad6e1442 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
|
| @@ -55,11 +55,6 @@ class SharedOptionsTest : public LoginManagerTest {
|
| LoginManagerTest::CleanUpOnMainThread();
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - LoginManagerTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(::switches::kMultiProfiles);
|
| - }
|
| -
|
| protected:
|
| void CheckOptionsUI(const User* user, bool is_primary) {
|
| Profile* profile = UserManager::Get()->GetProfileByUser(user);
|
|
|