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

Unified Diff: ui/app_list/views/start_page_view.cc

Issue 682843004: Experimental app list: "All apps" button has a folder-like icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-allapps-button
Patch Set: Fix compile on Windows (APP_LIST_EXPORT). Created 6 years, 1 month 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
« no previous file with comments | « ui/app_list/views/all_apps_tile_item_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/start_page_view.cc
diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc
index dcf9c1d609a71b4731830e5f606754202a6aefda..2c30478826203cffa7fc259a61c9b25cdeae432d 100644
--- a/ui/app_list/views/start_page_view.cc
+++ b/ui/app_list/views/start_page_view.cc
@@ -144,8 +144,10 @@ void StartPageView::InitTilesContainer() {
}
// Also add a special "all apps" button to the end of the container.
- all_apps_button_ =
- new AllAppsTileItemView(app_list_main_view_->contents_view());
+ all_apps_button_ = new AllAppsTileItemView(
+ app_list_main_view_->contents_view(),
+ view_delegate_->GetModel()->top_level_item_list());
+ all_apps_button_->UpdateIcon();
tiles_container_->AddChildView(all_apps_button_);
}
« no previous file with comments | « ui/app_list/views/all_apps_tile_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698