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

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

Issue 291653003: Add a unit test for the experimental app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 8348064d9b624973d8299ebe85c22f5cd5090a48..01ebb4f4f389b4ca69735c78ebb77e9902c7e065 100644
--- a/ui/app_list/views/contents_view.h
+++ b/ui/app_list/views/contents_view.h
@@ -66,6 +66,7 @@ class ContentsView : public views::View {
void Prerender();
AppsContainerView* apps_container_view() { return apps_container_view_; }
+ StartPageView* start_page_view() { return start_page_view_; }
ShowState show_state() const { return show_state_; }
@@ -90,6 +91,8 @@ class ContentsView : public views::View {
PaginationModel* pagination_model_; // Owned by AppListController.
AppsContainerView* apps_container_view_; // Owned by the views hierarchy.
+ StartPageView* start_page_view_; // Owned by the views hierarchy.
+
AppListMainView* app_list_main_view_; // Parent view, owns this.
scoped_ptr<views::ViewModel> view_model_;

Powered by Google App Engine
This is Rietveld 408576698