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

Unified Diff: ui/app_list/views/app_list_folder_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: Another round of revisions 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_folder_view.h
diff --git a/ui/app_list/views/app_list_folder_view.h b/ui/app_list/views/app_list_folder_view.h
index 4e6cb59fe9d84355701a45336e109d083ae12e12..e0db60ff8771025e51c25ed8d3faf6b27bfe247f 100644
--- a/ui/app_list/views/app_list_folder_view.h
+++ b/ui/app_list/views/app_list_folder_view.h
@@ -39,6 +39,7 @@ class AppListFolderView : public views::View,
~AppListFolderView() override;
void SetAppListFolderItem(AppListFolderItem* folder);
+ AppListFolderItem* folder_item() { return folder_item_; }
// Schedules an animation to show or hide the view.
// If |show| is false, the view should be set to invisible after the

Powered by Google App Engine
This is Rietveld 408576698