| Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| index eecbcd8a924bf1d8599ab97cbf536c32f6bbe649..37f6afd43eb1e89707617015e41df643195b9a7d 100644
|
| --- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| +++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| @@ -49,10 +49,6 @@ std::vector<AddressUiComponent> BuildComponents(
|
| const std::string& ui_language_code,
|
| std::string* components_language_code);
|
|
|
| -// Returns the fields which are required for the CLDR |region_code|. Returns an
|
| -// empty vector on error.
|
| -std::vector<AddressField> GetRequiredFields(const std::string& region_code);
|
| -
|
| // Returns the string to use as a separator between lines when displaying the
|
| // address in a compact form for BCP 47 |language_code|. For example, returns
|
| // ", " for "en".
|
|
|