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

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

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

Powered by Google App Engine
This is Rietveld 408576698