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

Unified Diff: ash/common/shell_delegate.h

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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/app_list/app_list_presenter_delegate_unittest.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_delegate.h
diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
index c0070862436e66c84f2f0f2ce7ad4310ee4d3403..f584cf75cf51036bb3b4d3999225fadb71aecb60 100644
--- a/ash/common/shell_delegate.h
+++ b/ash/common/shell_delegate.h
@@ -14,10 +14,6 @@
class GURL;
-namespace app_list {
-class AppListPresenter;
-}
-
namespace gfx {
class Image;
}
@@ -93,11 +89,7 @@ class ASH_EXPORT ShellDelegate {
// Opens the |url| in a new browser tab.
virtual void OpenUrlFromArc(const GURL& url) = 0;
- // Get the AppListPresenter. Ownership stays with Chrome.
- virtual app_list::AppListPresenter* GetAppListPresenter() = 0;
-
- // Creates a new ShelfDelegate. Shell takes ownership of the returned
- // value.
+ // Creates a new ShelfDelegate. Shell takes ownership of the returned value.
virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) = 0;
// Creates a system-tray delegate. Shell takes ownership of the delegate.
« no previous file with comments | « ash/app_list/app_list_presenter_delegate_unittest.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698