Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc

Issue 294033002: Multi-profile flag cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return --test-type flag back to profile_manager_unittest.cc Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698