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

Unified Diff: ash/common/shelf/wm_shelf.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/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index 0aa65780a07e9ed6df3609fdfeb19315e8c25c02..763f417ab190e608088f4f4b5c5181255d5d535b 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -19,6 +19,7 @@ class MouseEvent;
namespace ash {
+class ShelfLockingManager;
class WmShelfObserver;
class WmWindow;
@@ -91,6 +92,8 @@ class ASH_EXPORT WmShelf {
// Simulates a virtual keyboard bounds update.
virtual void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) = 0;
+ virtual ShelfLockingManager* GetShelfLockingManagerForTesting() = 0;
+
protected:
virtual ~WmShelf() {}
};

Powered by Google App Engine
This is Rietveld 408576698