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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_presenter_service.h

Issue 2567523002: mash: Have chrome set itself as the app list presenter. (Closed)
Patch Set: Address comments, Created 4 years 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: chrome/browser/ui/ash/app_list/app_list_presenter_service.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_presenter_service.h b/chrome/browser/ui/ash/app_list/app_list_presenter_service.h
index 3e00e8bf92262f7ef180fea604ed1c2eed83806c..969cc8e46c47ab00a72e58b68a707c132ffdabd6 100644
--- a/chrome/browser/ui/ash/app_list/app_list_presenter_service.h
+++ b/chrome/browser/ui/ash/app_list/app_list_presenter_service.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_PRESENTER_SERVICE_H_
#include "base/macros.h"
+#include "mojo/public/cpp/bindings/binding.h"
#include "ui/app_list/presenter/app_list_presenter.mojom.h"
namespace app_list {
@@ -26,6 +27,8 @@ class AppListPresenterService : public app_list::mojom::AppListPresenter {
private:
app_list::AppListPresenter* GetPresenter();
+ mojo::Binding<app_list::mojom::AppListPresenter> binding_;
+
DISALLOW_COPY_AND_ASSIGN(AppListPresenterService);
};
« no previous file with comments | « chrome/browser/chromeos/chrome_interface_factory.cc ('k') | chrome/browser/ui/ash/app_list/app_list_presenter_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698