| Index: chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| index f75629c035a51f9296078af7ef8867de082324bf..9b5d68b725cdba96188d3d845588372915e69f48 100644
|
| --- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| +++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| @@ -31,12 +31,6 @@ class LoginStateNotificationBlockerChromeOSBrowserTest
|
| state_changed_count_(0) {}
|
| virtual ~LoginStateNotificationBlockerChromeOSBrowserTest() {}
|
|
|
| - // InProcessBrowserTest overrides:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - LoginManagerTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(::switches::kMultiProfiles);
|
| - }
|
| -
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| chromeos::LoginState::Get()->set_always_logged_in(false);
|
| chromeos::LoginManagerTest::SetUpOnMainThread();
|
|
|