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

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray_win.h

Issue 12668009: Revert 188217 "Switch Windows to use the MessagePopupCollection" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/message_center/web_notification_tray_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/message_center/web_notification_tray_win.h
===================================================================
--- chrome/browser/ui/views/message_center/web_notification_tray_win.h (revision 188316)
+++ chrome/browser/ui/views/message_center/web_notification_tray_win.h (working copy)
@@ -16,7 +16,7 @@
namespace message_center {
class MessageCenter;
class MessageCenterBubble;
-class MessagePopupCollection;
+class MessagePopupBubble;
}
namespace views {
@@ -75,10 +75,11 @@
FRIEND_TEST_ALL_PREFIXES(WebNotificationTrayWinTest, ManyPopupNotifications);
void AddQuietModeMenu(StatusIcon* status_icon);
+ message_center::MessagePopupBubble* GetPopupBubbleForTest();
message_center::MessageCenterBubble* GetMessageCenterBubbleForTest();
+ scoped_ptr<internal::NotificationBubbleWrapperWin> popup_bubble_;
scoped_ptr<internal::NotificationBubbleWrapperWin> message_center_bubble_;
- scoped_ptr<message_center::MessagePopupCollection> popup_collection_;
StatusIcon* status_icon_;
bool message_center_visible_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/message_center/web_notification_tray_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698