Index: chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
index 2de200e7909ca916f31dc79de1e4535f8ef37e4a..1bca843602c7dc50a2ca451891b2425584bdb504 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
@@ -149,7 +149,6 @@ class AutofillDialogViewDelegate { |
ServerFieldType type, |
const string16& value) = 0; |
- |
// Decides whether the combination of all |inputs| is valid, returns a |
// map of field types to validity messages. |
virtual ValidityMessages InputsAreValid(DialogSection section, |
@@ -170,6 +169,11 @@ class AutofillDialogViewDelegate { |
virtual bool HandleKeyPressEventInInput( |
const content::NativeWebKeyboardEvent& event) = 0; |
+ // Called when a user selects an item in a combobox. |
+ virtual void ComboboxItemSelected(ui::ComboboxModel* model, |
+ DialogSection section, |
+ int index) = 0; |
+ |
// Called when focus has changed position within the view. |
virtual void FocusMoved() = 0; |