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

Unified Diff: chrome/browser/notifications/message_center_notification_manager.cc

Issue 127423002: Supports window teleports for notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix wallpaper private api test Created 6 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698