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

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, 4 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..8f72d6346a4585855e1e57216cafedee920a9354 100644
--- a/ash/common/system/web_notification/web_notification_tray.h
+++ b/ash/common/system/web_notification/web_notification_tray.h
@@ -45,6 +45,7 @@ class SystemTray;
class WebNotificationBubbleWrapper;
class WebNotificationButton;
class WmWindow;
+class WmShelfObserver;
class ASH_EXPORT WebNotificationTray
: public TrayBackgroundView,
@@ -56,7 +57,8 @@ class ASH_EXPORT WebNotificationTray
public:
WebNotificationTray(WmShelf* shelf,
WmWindow* status_area_window,
- SystemTray* system_tray);
+ SystemTray* system_tray,
+ WmShelfObserver* wm_shelf_observer);
~WebNotificationTray() override;
// Sets the height of the system tray bubble (or legacy notification bubble)

Powered by Google App Engine
This is Rietveld 408576698