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

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

Issue 2147143002: [Chrome OS MD] Draw a 1px separator between 2 tray items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
Index: ash/common/system/web_notification/web_notification_tray.h
diff --git a/ash/common/system/web_notification/web_notification_tray.h b/ash/common/system/web_notification/web_notification_tray.h
index 0527238243a85d098c2ca18b540797dbee9fba5a..a398695883240e288571f276157aa974415e7cc8 100644
--- a/ash/common/system/web_notification/web_notification_tray.h
+++ b/ash/common/system/web_notification/web_notification_tray.h
@@ -168,6 +168,9 @@ class ASH_EXPORT WebNotificationTray
// for adding a secondary user.
bool IsLoggedIn() const;
+ // views:View
+ void OnPaint(gfx::Canvas* canvas) override;
+
varkha 2016/07/14 21:34:48 I think it would be better to make it protected be
yiyix 2016/07/26 20:27:32 N/A with new approach
// Testing accessors.
bool IsPopupVisible() const;
message_center::MessageCenterBubble* GetMessageCenterBubbleForTest();

Powered by Google App Engine
This is Rietveld 408576698