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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.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: Rename OnSelectedChanged -> OnPerformAction Created 6 years, 11 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: chrome/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 5d7b58083ccbc947549322e77e050b3c316cb91f..93fd02558f8eabe02bdb4a29566ffbc08292f17e 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -160,7 +160,7 @@ class AutofillDialogViews : public AutofillDialogView,
views::View* focused_now) OVERRIDE;
// views::ComboboxListener implementation:
- virtual void OnSelectedIndexChanged(views::Combobox* combobox) OVERRIDE;
+ virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
// views::StyledLabelListener implementation:
virtual void StyledLabelLinkClicked(const gfx::Range& range, int event_flags)

Powered by Google App Engine
This is Rietveld 408576698