| Index: chrome/browser/ui/autofill/country_combobox_model.h
|
| diff --git a/chrome/browser/ui/autofill/country_combobox_model.h b/chrome/browser/ui/autofill/country_combobox_model.h
|
| index 4165df89933cc4687d99b7209dcfa25ae0dda0d6..327c268d18f8b10b4bcde2fd37c6335f2ae0aefc 100644
|
| --- a/chrome/browser/ui/autofill/country_combobox_model.h
|
| +++ b/chrome/browser/ui/autofill/country_combobox_model.h
|
| @@ -21,7 +21,10 @@ class PersonalDataManager;
|
| // A model for countries to be used to enter addresses.
|
| class CountryComboboxModel : public ui::ComboboxModel {
|
| public:
|
| - explicit CountryComboboxModel(const PersonalDataManager& manager);
|
| + // When |show_partially_supported_countries| is false, countries with
|
| + // semi-supported address components (e.g. dependent locality) will be hidden.
|
| + CountryComboboxModel(const PersonalDataManager& manager,
|
| + bool show_partially_supported_countries);
|
| virtual ~CountryComboboxModel();
|
|
|
| // ui::ComboboxModel implementation:
|
|
|