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

Unified Diff: ash/system/web_notification/web_notification_tray.h

Issue 18247002: Remove the most obvious dead code from message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pull out more code. Created 7 years, 6 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: ash/system/web_notification/web_notification_tray.h
diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
index 999657ede20442bca609eee789e06c202a61dd2d..6152122c93dbf23f182bd3850e8d2d34568cefac 100644
--- a/ash/system/web_notification/web_notification_tray.h
+++ b/ash/system/web_notification/web_notification_tray.h
@@ -33,7 +33,6 @@ namespace message_center {
class MessageBubbleBase;
class MessageCenter;
class MessageCenterBubble;
-class MessagePopupBubble;
class MessagePopupCollection;
}
@@ -145,7 +144,6 @@ class ASH_EXPORT WebNotificationTray
// Testing accessors.
bool IsPopupVisible() const;
message_center::MessageCenterBubble* GetMessageCenterBubbleForTest();
- message_center::MessagePopupBubble* GetPopupBubbleForTest();
scoped_ptr<message_center::MessageCenterTray> message_center_tray_;
scoped_ptr<internal::WebNotificationBubbleWrapper> message_center_bubble_;
« no previous file with comments | « no previous file | ash/system/web_notification/web_notification_tray.cc » ('j') | ui/message_center/views/message_bubble_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698