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

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

Issue 590023002: Experimental app list: Remove page indicator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views-imagebutton-min-size
Patch Set: Rebase. Created 6 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_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);
};

Powered by Google App Engine
This is Rietveld 408576698