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

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: new approach 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 6938498016b13a470ac9069fa7106f7aa32b32c9..f303b53d2cc7578dd37c6a67a217176ab80f0359 100644
--- a/ash/common/system/web_notification/web_notification_tray.h
+++ b/ash/common/system/web_notification/web_notification_tray.h
@@ -42,6 +42,7 @@ class MessagePopupCollection;
namespace ash {
class AshPopupAlignmentDelegate;
class SystemTray;
+class ViewObserver;
class WebNotificationBubbleWrapper;
class WebNotificationButton;
class WmWindow;
@@ -56,7 +57,8 @@ class ASH_EXPORT WebNotificationTray
public:
WebNotificationTray(WmShelf* shelf,
WmWindow* status_area_window,
- SystemTray* system_tray);
+ SystemTray* system_tray,
+ ViewObserver* view_observer);
~WebNotificationTray() override;
// Sets the height of the system tray bubble (or legacy notification bubble)

Powered by Google App Engine
This is Rietveld 408576698