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

Unified Diff: ash/test/shell_test_api.h

Issue 2791463002: mash: Remove ShelfDelegate; move functions to ShelfModel. (Closed)
Patch Set: Address comment. Created 3 years, 8 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/test/shelf_view_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 0d1364c697c13e0eefebb4788f48463cb943e010..f1eb5d4c900cbb053d310fc6c8a17ea55c9457e7 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -16,7 +16,6 @@ class MaximizeModeWindowManager;
class PaletteDelegate;
class SessionStateDelegate;
class ScreenPositionController;
-class ShelfDelegate;
class Shell;
class SystemGestureEventFilter;
class WorkspaceController;
@@ -38,7 +37,6 @@ class ShellTestApi {
void SetPaletteDelegate(std::unique_ptr<PaletteDelegate> palette_delegate);
void SetSessionStateDelegate(SessionStateDelegate* session_state_delegate);
- void SetShelfDelegate(std::unique_ptr<ShelfDelegate> test_delegate);
private:
Shell* shell_; // not owned
« no previous file with comments | « ash/test/shelf_view_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698