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

Unified Diff: ash/test/shelf_test_api.h

Issue 2046843005: mash: Migrate shelf menus to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ash_shell_with_content 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
« no previous file with comments | « ash/sysui/shell_delegate_mus.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_test_api.h
diff --git a/ash/test/shelf_test_api.h b/ash/test/shelf_test_api.h
index 78d099e1150ee7e0ae8784fde5882eb07d9893d0..4d4fddeab83bc4b8a60d66cd2fba98b82a0f5c2c 100644
--- a/ash/test/shelf_test_api.h
+++ b/ash/test/shelf_test_api.h
@@ -17,6 +17,8 @@ class ShelfTestAPI {
explicit ShelfTestAPI(Shelf* shelf) : shelf_(shelf) {}
~ShelfTestAPI() {}
+ WmShelf* wm_shelf() { return shelf_->wm_shelf_; }
+
ShelfView* shelf_view() { return shelf_->shelf_view_; }
ShelfLockingManager* shelf_locking_manager() {
« no previous file with comments | « ash/sysui/shell_delegate_mus.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698