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

Unified Diff: ash/mus/bridge/wm_shelf_mus.h

Issue 2187953002: mash: Migrate ShelfButton* to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 53716f848cd854abfb14d3fbdef803d18b732d8e..efbf38911d21b623d8a42f7dc1b05832372a0b55 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -51,6 +51,7 @@ class WmShelfMus : public WmShelf {
void RemoveObserver(WmShelfObserver* observer) override;
void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) override;
ShelfLockingManager* GetShelfLockingManagerForTesting() override;
+ ShelfView* GetShelfViewForTesting() override;
private:
base::ObserverList<WmShelfObserver> observers_;

Powered by Google App Engine
This is Rietveld 408576698