Index: ui/app_list/views/app_list_page.h |
diff --git a/ui/app_list/views/app_list_page.h b/ui/app_list/views/app_list_page.h |
index d64b6153b8980e054d2597139988f09e6d73e2df..e594fdabc382f52023fa2fa9f62b7b7689a87a3c 100644 |
--- a/ui/app_list/views/app_list_page.h |
+++ b/ui/app_list/views/app_list_page.h |
@@ -68,6 +68,8 @@ class APP_LIST_EXPORT AppListPage : public views::View { |
// below the search box. |
gfx::Rect GetDefaultContentsBounds() const; |
+ ContentsView* contents_view() const { return contents_view_; } |
vadimt
2017/07/12 18:28:02
My suggestion was to have a method returning conte
newcomer
2017/07/13 23:37:17
Done.
|
+ |
private: |
ContentsView* contents_view_; |