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

Unified Diff: ash/mus/shell_delegate_mus.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/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.h
diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
index a876c8ba2edcc2ca85b1367d9f072ffd3a58bf1f..fd88232f1ef8c63f9236d9e984536d27cd03c48c 100644
--- a/ash/mus/shell_delegate_mus.h
+++ b/ash/mus/shell_delegate_mus.h
@@ -8,7 +8,6 @@
#include <memory>
#include "ash/common/shell_delegate.h"
-#include "ash/mus/app_list_presenter_mus.h"
#include "base/macros.h"
namespace service_manager {
@@ -34,7 +33,6 @@ class ShellDelegateMus : public ShellDelegate {
void Exit() override;
keyboard::KeyboardUI* CreateKeyboardUI() override;
void OpenUrlFromArc(const GURL& url) override;
- app_list::AppListPresenter* GetAppListPresenter() override;
ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
SystemTrayDelegate* CreateSystemTrayDelegate() override;
std::unique_ptr<WallpaperDelegate> CreateWallpaperDelegate() override;
@@ -53,7 +51,6 @@ class ShellDelegateMus : public ShellDelegate {
private:
service_manager::Connector* connector_;
- AppListPresenterMus app_list_presenter_;
DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
};
« no previous file with comments | « ash/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698