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

Unified Diff: ui/app_list/views/app_list_main_view.h

Issue 1003393002: After uninstall, remove last item in Launcher folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move work from views to model, as per reviewer comment Created 5 years, 9 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/views/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 5e51775670a587e45b910802fb7b427370d4735a..fb955b4d1b2ce3e6021ba48479e2dfb37ac32a12 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -77,6 +77,7 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
void UpdateCustomLauncherPageVisibility();
// Overridden from AppListModelObserver:
+ void OnSingleItemFolderWillBeDeleted() override;
void OnCustomLauncherPageEnabledStateChanged(bool enabled) override;
void OnSearchEngineIsGoogleChanged(bool is_google) override;

Powered by Google App Engine
This is Rietveld 408576698