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

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

Issue 141523005: Combobox: Rename styles to STYLE_NORMAL and STYLE_ACTION and modify behaviors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows Created 6 years, 10 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/combobox_unittest.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 e015464bf5d49c630e0f651630ddb3a7d7ee36e5..89ccff2e986b74f83e38fd89b2d6d802af8d8701 100644
--- a/ui/views/examples/combobox_example.h
+++ b/ui/views/examples/combobox_example.h
@@ -38,7 +38,7 @@ class VIEWS_EXAMPLES_EXPORT ComboboxExample : public ExampleBase,
private:
// ComboboxListener:
- virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
+ virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
ComboboxModelExample combobox_model_;
Combobox* combobox_;
« no previous file with comments | « ui/views/controls/combobox/combobox_unittest.cc ('k') | ui/views/examples/combobox_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698