| 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 9c4de68ee536789367f87b2101d2b75e9c3a192c..d1fcac1cf2703a536f9f8ec23c0f514cf2593507 100644
|
| --- a/ui/app_list/views/contents_view.h
|
| +++ b/ui/app_list/views/contents_view.h
|
| @@ -52,7 +52,6 @@ class ContentsView : public views::View {
|
|
|
| void ShowSearchResults(bool show);
|
| void ShowFolderContent(AppListFolderItem* folder);
|
| - void CancelAutoLaunch();
|
|
|
| void Prerender();
|
|
|
| @@ -88,8 +87,6 @@ class ContentsView : public views::View {
|
|
|
| AppsContainerView* apps_container_view_; // Owned by the views hierarchy.
|
|
|
| - AppListViewDelegate* view_delegate_; // Owned by AppListView
|
| -
|
| scoped_ptr<views::ViewModel> view_model_;
|
| scoped_ptr<views::BoundsAnimator> bounds_animator_;
|
|
|
|
|