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

Unified Diff: ui/views/examples/text_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/examples/native_theme_button_example.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/text_example.h
diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
index 5ea2edce62f3886c8492ce7dd96321813bab0ac5..7b2e1e59e36aea41450c370c451db847f95a39b3 100644
--- a/ui/views/examples/text_example.h
+++ b/ui/views/examples/text_example.h
@@ -45,9 +45,7 @@ class TextExample : public ExampleBase,
virtual void ButtonPressed(Button* button, const Event& event) OVERRIDE;
// Overridden from ComboboxListener:
- virtual void ItemChanged(Combobox* combo_box,
- int prev_index,
- int new_index) OVERRIDE;
+ virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
class TextExampleView;
// The content of the scroll view.
« no previous file with comments | « ui/views/examples/native_theme_button_example.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698