| Index: chrome/browser/notifications/message_center_notification_manager.cc
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
|
| index e316ca0f4f57371a271abea773b1db12188969a0..f4bcfc5a40d168a8172a98a64b4534c3121e1aaf 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -33,7 +33,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/notifications/login_state_notification_blocker_chromeos.h"
|
| -#include "chrome/browser/notifications/multi_user_notification_blocker_chromeos.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
|
| #endif
|
|
|
| @@ -66,7 +65,6 @@ MessageCenterNotificationManager::MessageCenterNotificationManager(
|
| #if defined(OS_CHROMEOS)
|
| blockers_.push_back(
|
| new LoginStateNotificationBlockerChromeOS(message_center));
|
| - blockers_.push_back(new MultiUserNotificationBlockerChromeOS(message_center));
|
| #else
|
| blockers_.push_back(new ScreenLockNotificationBlocker(message_center));
|
| #endif
|
|
|