| Index: ui/app_list/views/contents_switcher_view.h
|
| diff --git a/ui/app_list/views/contents_switcher_view.h b/ui/app_list/views/contents_switcher_view.h
|
| index a3f1324488bfd249c3454a567aaf43a60c629e76..9c8f67ca49f91e665c23e0e7660d6787a633e1f0 100644
|
| --- a/ui/app_list/views/contents_switcher_view.h
|
| +++ b/ui/app_list/views/contents_switcher_view.h
|
| @@ -44,9 +44,6 @@ class ContentsSwitcherView : public views::View,
|
|
|
| ContentsView* contents_view_; // Owned by views hierarchy.
|
|
|
| - // Maps page indices to Views owned by views hierarchy.
|
| - std::map<int, views::View*> page_active_indicators_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ContentsSwitcherView);
|
| };
|
|
|
|
|