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

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

Issue 583843003: views::ImageButton: Added SetMinimumImageSize; removed SetPreferredSize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to sky's comments. 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
« no previous file with comments | « ash/system/audio/volume_view.cc ('k') | ui/app_list/views/contents_switcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81b1118f93c9bccacbb3cd280e993c61a6919eb5..a3f1324488bfd249c3454a567aaf43a60c629e76 100644
--- a/ui/app_list/views/contents_switcher_view.h
+++ b/ui/app_list/views/contents_switcher_view.h
@@ -28,8 +28,7 @@ class ContentsSwitcherView : public views::View,
ContentsView* contents_view() const { return contents_view_; }
// Adds a switcher button using |resource_id| as the button's image, which
- // opens the page with index |page_index| in the ContentsView. |resource_id|
- // is ignored if it is 0.
+ // opens the page with index |page_index| in the ContentsView.
void AddSwitcherButton(int resource_id, int page_index);
private:
« no previous file with comments | « ash/system/audio/volume_view.cc ('k') | ui/app_list/views/contents_switcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698