Index: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc |
diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc |
index 4dc2327b99db965fd06db5b2ec060e1bcdbffa45..183e146ad586323b46cb23aaf56e69d9fbdd13a6 100644 |
--- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc |
+++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc |
@@ -64,10 +64,6 @@ class ProfileListChromeOSTest : public testing::Test { |
// AvatarMenu and multiple profiles works after user logged in. |
manager_.SetLoggedIn(true); |
- // We only instantiate UserMenuModel if multi-profile mode is enabled. |
- CommandLine* cl = CommandLine::ForCurrentProcess(); |
- cl->AppendSwitch(switches::kMultiProfiles); |
- |
// Initialize the UserManager singleton to a fresh FakeUserManager instance. |
user_manager_enabler_.reset( |
new ScopedUserManagerEnabler(new FakeUserManager)); |