| Index: chrome/browser/ui/autofill/autofill_dialog_common.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_common.h b/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| index 91ce21c3ffe471c36e01f87c7a6221884ddd2281..015c59baf590d457bac8b02f75d0328d18d39f94 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| @@ -34,7 +34,11 @@ bool DetailInputMatchesField(DialogSection section,
|
| bool IsCreditCardType(ServerFieldType type);
|
|
|
| // Constructs |inputs| from template data for a given |dialog_section|.
|
| -void BuildInputsForSection(DialogSection dialog_section, DetailInputs* inputs);
|
| +// |country_region| specifies the country/region code that the inputs should be
|
| +// built for.
|
| +void BuildInputsForSection(DialogSection dialog_section,
|
| + DetailInputs* inputs,
|
| + const std::string& country_region);
|
|
|
| // Returns the AutofillMetrics::DIALOG_UI_*_ITEM_ADDED metric corresponding
|
| // to the |section|.
|
|
|