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

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

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 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
Index: ui/app_list/views/contents_view.h
diff --git a/ui/app_list/views/contents_view.h b/ui/app_list/views/contents_view.h
index ba529403daf427126fb21a7528ab2ef50a9c6a95..c41702a98971c0b759fc70418be414a709dd902d 100644
--- a/ui/app_list/views/contents_view.h
+++ b/ui/app_list/views/contents_view.h
@@ -50,9 +50,8 @@ class APP_LIST_EXPORT ContentsView : public views::View,
explicit ContentsView(AppListMainView* app_list_main_view);
~ContentsView() override;
- // Initialize the pages of the launcher. In the experimental launcher, should
- // be called after set_contents_switcher_view(), or switcher buttons will not
- // be created.
+ // Initialize the pages of the launcher. Should be called after
+ // set_contents_switcher_view().
void Init(AppListModel* model);
// The app list gets closed and drag and drop operations need to be cancelled.
@@ -179,11 +178,9 @@ class APP_LIST_EXPORT ContentsView : public views::View,
// launcher-page pagination.
PaginationModel* GetAppsPaginationModel();
- // Special sub views of the ContentsView. All owned by the views hierarchy.
+ // Sub-views of the ContentsView. All owned by the views hierarchy.
AppsContainerView* apps_container_view_;
SearchResultPageView* search_results_page_view_;
-
- // Only used in the experimental app list.
StartPageView* start_page_view_;
CustomLauncherPageView* custom_page_view_;

Powered by Google App Engine
This is Rietveld 408576698