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

Unified Diff: ui/views/examples/combobox_example.h

Issue 9965017: views: Rename ComboboxListener::ItemChanged to something more accurate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: combo_box -> combobox Created 8 years, 9 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 | « ui/views/controls/combobox/native_combobox_views.cc ('k') | ui/views/examples/combobox_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/combobox_example.h
diff --git a/ui/views/examples/combobox_example.h b/ui/views/examples/combobox_example.h
index 57954fbea777d7093684df6984fed9c6ae262bc1..f8d5a7976d3165d180779b8df98565ddbdaa9e22 100644
--- a/ui/views/examples/combobox_example.h
+++ b/ui/views/examples/combobox_example.h
@@ -39,9 +39,7 @@ class ComboboxExample : public ExampleBase, public ComboboxListener {
private:
// Overridden from ComboboxListener:
- virtual void ItemChanged(Combobox* combo_box,
- int prev_index,
- int new_index) OVERRIDE;
+ virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
ComboboxModelExample combobox_model_;
Combobox* combobox_;
« no previous file with comments | « ui/views/controls/combobox/native_combobox_views.cc ('k') | ui/views/examples/combobox_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698