| 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 a9be84d0eedb4ee866b9fd349e0dc22729113445..97434021ea97cb291f811aae063950e930b3637e 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);
|
|
|