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

Unified Diff: ash/test/shelf_test_api.h

Issue 2177663002: mash: Move ownership of ShelfDelegate to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix wallpaper tests again 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
« no previous file with comments | « ash/sysui/sysui_application.cc ('k') | ash/test/shell_test_api.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 9d04cbe178c5efceaf86f958146fb7803cfd19ef..f5e9de69a62612c8f85a0b9bfd942b3b11bd8b64 100644
--- a/ash/test/shelf_test_api.h
+++ b/ash/test/shelf_test_api.h
@@ -21,8 +21,6 @@ class ShelfTestAPI {
ShelfView* shelf_view() { return shelf_->shelf_view_; }
- void set_delegate(ShelfDelegate* delegate) { shelf_->delegate_ = delegate; }
-
private:
Shelf* shelf_;
« no previous file with comments | « ash/sysui/sysui_application.cc ('k') | ash/test/shell_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698