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

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

Issue 554203002: Revert "Experimental app list: Remove start page button." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-revert-custom-page-on-right
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/app_list_search_icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/contents_view.cc
diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
index 7297b071e629353b744f2e49c4dce66d25947fde..19c9dd93836895343e2c8637f186e69053dbf31e 100644
--- a/ui/app_list/views/contents_view.cc
+++ b/ui/app_list/views/contents_view.cc
@@ -56,7 +56,8 @@ void ContentsView::InitNamedPages(AppListModel* model,
}
start_page_view_ = new StartPageView(app_list_main_view_, view_delegate);
- AddLauncherPage(start_page_view_, 0, NAMED_PAGE_START);
+ AddLauncherPage(
+ start_page_view_, IDR_APP_LIST_SEARCH_ICON, NAMED_PAGE_START);
calamity 2014/09/09 09:15:15 I don't think this is git cl formatted.
calamity 2014/09/09 09:16:50 Disregard.
Matt Giuca 2014/09/09 23:45:43 Acknowledged.
} else {
search_results_view_ =
new SearchResultListView(app_list_main_view_, view_delegate);
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/app_list_search_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698