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

Unified Diff: ui/app_list/presenter/app_list_presenter_impl.h

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: ui/app_list/presenter/app_list_presenter_impl.h
diff --git a/ui/app_list/presenter/app_list_presenter_impl.h b/ui/app_list/presenter/app_list_presenter_impl.h
index 74d5b72327d0a1f4de11b2d39bc9e8995d367de7..f0bbd5310e3a658cc5cf159e0f85c3d795b609b3 100644
--- a/ui/app_list/presenter/app_list_presenter_impl.h
+++ b/ui/app_list/presenter/app_list_presenter_impl.h
@@ -53,7 +53,7 @@ class APP_LIST_PRESENTER_EXPORT AppListPresenterImpl
// AppListPresenter:
void Show(int64_t display_id) override;
- void Dismiss() override;
+ void Dismiss() final;
void ToggleAppList(int64_t display_id) override;
bool IsVisible() const override;
bool GetTargetVisibility() const override;
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_service_ash.cc ('k') | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698