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

Unified Diff: ash/common/system/web_notification/web_notification_tray.cc

Issue 2130453006: Show empty bell icon in notification button initially (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/web_notification/web_notification_tray.cc
diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
index 00ca5ae9d5b0c251e13a2912036a970ab0ae029e..8dc6ddb6fbf082c83dbbcea991b5553338d1b4a1 100644
--- a/ash/common/system/web_notification/web_notification_tray.cc
+++ b/ash/common/system/web_notification/web_notification_tray.cc
@@ -139,7 +139,7 @@ class WebNotificationButton : public views::CustomButton {
unread_label_.set_owned_by_client();
SetupLabelForTray(&unread_label_);
- AddChildView(&unread_label_);
+ AddChildView(&no_unread_icon_);
}
void SetBubbleVisible(bool visible) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698