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

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

Issue 14366014: Places the unread count in the middle of web notification tray button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 7c4f01fb0b9ce6c64c7510c9cbb1f8e03819407e..13be8c6fc60eae1da520e8b70a057f2e1430073c 100644
--- a/ash/system/web_notification/web_notification_tray.h
+++ b/ash/system/web_notification/web_notification_tray.h
@@ -41,6 +41,7 @@ namespace ash {
namespace internal {
class StatusAreaWidget;
class WebNotificationBubbleWrapper;
+class WebNotificationButton;
}
class ASH_EXPORT WebNotificationTray
@@ -142,7 +143,7 @@ class ASH_EXPORT WebNotificationTray
scoped_ptr<internal::WebNotificationBubbleWrapper> popup_bubble_;
scoped_ptr<message_center::MessagePopupCollection> popup_collection_;
scoped_ptr<views::MenuRunner> quiet_mode_menu_runner_;
- views::ImageButton* button_;
+ internal::WebNotificationButton* button_;
bool show_message_center_on_unlock_;

Powered by Google App Engine
This is Rietveld 408576698