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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.cc

Issue 2434573004: Close app list widget when users click outside of the widget (Closed)
Patch Set: Add comments in destructor for clarification. Created 4 years, 2 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: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
index ea04b9a3e25f8f2e369899783170491d286ffcdb..ca2480e08fe6584d502b615360372e1670964046 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
@@ -60,7 +60,7 @@ class AppListPresenterDelegateFactoryMus
std::unique_ptr<app_list::AppListPresenterDelegate> GetDelegate(
app_list::AppListPresenter* presenter) override {
return base::MakeUnique<AppListPresenterDelegateMus>(
- view_delegate_factory_.get());
+ presenter, view_delegate_factory_.get());
}
private:
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc ('k') | ui/app_list/presenter/app_list_presenter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698