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

Unified Diff: ash/test/shelf_test_api.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/test/shelf_test_api.h
diff --git a/ash/test/shelf_test_api.h b/ash/test/shelf_test_api.h
index 4d4fddeab83bc4b8a60d66cd2fba98b82a0f5c2c..9d04cbe178c5efceaf86f958146fb7803cfd19ef 100644
--- a/ash/test/shelf_test_api.h
+++ b/ash/test/shelf_test_api.h
@@ -21,10 +21,6 @@ class ShelfTestAPI {
ShelfView* shelf_view() { return shelf_->shelf_view_; }
- ShelfLockingManager* shelf_locking_manager() {
- return &shelf_->shelf_locking_manager_;
- }
-
void set_delegate(ShelfDelegate* delegate) { shelf_->delegate_ = delegate; }
private:

Powered by Google App Engine
This is Rietveld 408576698