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

Unified Diff: ash/common/system/chromeos/palette/palette_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/chromeos/palette/palette_tray.h
diff --git a/ash/common/system/chromeos/palette/palette_tray.h b/ash/common/system/chromeos/palette/palette_tray.h
index dcd387cffe49a9b222d434747f214f47bff24da3..241bf11ac2719564b207613834db4f772c90ff13 100644
--- a/ash/common/system/chromeos/palette/palette_tray.h
+++ b/ash/common/system/chromeos/palette/palette_tray.h
@@ -24,6 +24,7 @@ namespace ash {
class TrayBubbleWrapper;
class PaletteToolManager;
+class WmShelfObserver;
// The PaletteTray shows the palette in the bottom area of the screen. This
// class also controls the lifetime for all of the tools available in the
@@ -34,7 +35,7 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
public PaletteToolManager::Delegate,
public views::TrayBubbleView::Delegate {
public:
- explicit PaletteTray(WmShelf* wm_shelf);
+ explicit PaletteTray(WmShelf* wm_shelf, WmShelfObserver* wm_shelf_observer);
James Cook 2016/08/09 00:25:17 ditto
yiyix 2016/08/11 01:23:18 Done.
~PaletteTray() override;
// ActionableView:

Powered by Google App Engine
This is Rietveld 408576698