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

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

Issue 2093283002: mash: Convert all of //ash/system to use WmShelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 329f5690c99fda66de73b936a84ad2e26bba8368..eadd78a51c9994459f9de1571407266c6a255a6c 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -45,6 +45,7 @@ class WmShelfMus : public WmShelf {
void UpdateAutoHideForGestureEvent(ui::GestureEvent* event) override;
void AddObserver(WmShelfObserver* observer) override;
void RemoveObserver(WmShelfObserver* observer) override;
+ void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) override;
private:
base::ObserverList<WmShelfObserver> observers_;

Powered by Google App Engine
This is Rietveld 408576698