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

Unified Diff: ash/mus/bridge/wm_shelf_mus.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: address comments 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/mus/bridge/wm_shelf_mus.h
diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
index d670d18b729a0a486155aab9696838e1fbd99340..ada6a90ef5f92dcd1cc94b3480becef8ecda3c07 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -47,6 +47,7 @@ class WmShelfMus : public WmShelf {
bool ProcessGestureEvent(const ui::GestureEvent& event) override;
void AddObserver(WmShelfObserver* observer) override;
void RemoveObserver(WmShelfObserver* observer) override;
+ StatusAreaWidget* GetStatusAreaWidget() override;
void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) override;
ShelfLockingManager* GetShelfLockingManagerForTesting() override;
ShelfView* GetShelfViewForTesting() override;

Powered by Google App Engine
This is Rietveld 408576698