| Index: chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| index 3d9c2a4fbb5858229b390f80bf03efa795782e5c..0e39ae3b9f7924106a1bfa6cda3a80ead030b08a 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| @@ -10,7 +10,6 @@
|
| #include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| @@ -71,9 +70,6 @@ class MessageCenterSettingsControllerChromeOSTest
|
| virtual void SetUp() OVERRIDE {
|
| MessageCenterSettingsControllerTest::SetUp();
|
|
|
| - // Enabling multi profile requires several flags to be set.
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kMultiProfiles);
|
| -
|
| // Initialize the UserManager singleton to a fresh FakeUserManager instance.
|
| user_manager_enabler_.reset(
|
| new chromeos::ScopedUserManagerEnabler(new chromeos::FakeUserManager));
|
|
|