Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
index fe65abf0043d983d535dca161665782c61570ef5..910d28f4178af2e2dcab4c009423771e38e0aa66 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -147,6 +147,9 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, |
bool was_edit) OVERRIDE; |
virtual bool HandleKeyPressEventInInput( |
const content::NativeWebKeyboardEvent& event) OVERRIDE; |
+ virtual void ComboboxItemSelected(ui::ComboboxModel* model, |
+ DialogSection section, |
+ int index) OVERRIDE; |
virtual void FocusMoved() OVERRIDE; |
virtual bool ShouldShowErrorBubble() const OVERRIDE; |
virtual void ViewClosed() OVERRIDE; |
@@ -317,6 +320,11 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, |
DialogSignedInState SignedInState() const; |
private: |
+ // Builds the set of inputs required for |country_code| in |section| and |
+ // updates the view if necessary. |
+ void BuildInputsForSection(DialogSection section, |
+ const std::string& country_code); |
+ |
// Whether or not the current request wants credit info back. |
bool RequestingCreditCardInfo() const; |