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..f7f74eab55fa763ed350317b20ada941a528b3f0 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc |
@@ -13,7 +13,6 @@ |
#include "chrome/browser/chromeos/settings/stub_cros_settings_provider.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/tabs/tab_strip_model.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/ui_test_utils.h" |
#include "chromeos/settings/cros_settings_names.h" |
@@ -55,11 +54,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); |