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

Unified Diff: ui/app_list/presenter/app_list_view_delegate_factory.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
Index: ui/app_list/presenter/app_list_view_delegate_factory.h
diff --git a/ui/app_list/presenter/app_list_view_delegate_factory.h b/ui/app_list/presenter/app_list_view_delegate_factory.h
index 612d6e35e1e6b3c77f6ba462db706307f9e8687a..2319692a1309b5681d67f5932abef27fecf162aa 100644
--- a/ui/app_list/presenter/app_list_view_delegate_factory.h
+++ b/ui/app_list/presenter/app_list_view_delegate_factory.h
@@ -14,6 +14,7 @@ class APP_LIST_PRESENTER_EXPORT AppListViewDelegateFactory {
public:
virtual ~AppListViewDelegateFactory();
+ // This does not pass ownership of the delegate.
virtual app_list::AppListViewDelegate* GetDelegate() = 0;
};
« no previous file with comments | « ui/app_list/presenter/app_list_presenter_impl_unittest.cc ('k') | ui/app_list/presenter/test/test_app_list_presenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698