| 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 75897724092289a32edd8e8af54a266979f5ed38..a997d9fe25f70f4d05dc04bb2298755e954926d9 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -441,6 +441,8 @@ class AutofillDialogControllerImpl
|
| CountryComboboxModel* CountryComboboxModelForSection(DialogSection section);
|
|
|
| // Clears and builds the inputs in |section| for |country_name|.
|
| + // When |should_clobber| is false, and the view's country value matches
|
| + // |country_name|, the inputs won't be rebuilt.
|
| bool RebuildInputsForCountry(DialogSection section,
|
| const base::string16& country_name,
|
| bool should_clobber);
|
|
|