| Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h
|
| diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h
|
| index e101877b3b2960b7e0109ce3e37fa8143d6f09dc..e9ca7a43aa579bc8c4758a0d936475c50c7afff6 100644
|
| --- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h
|
| +++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h
|
| @@ -56,6 +56,11 @@
|
| // which comprises multiple fields.
|
| void SetFieldValue(AddressField field, const std::string& value);
|
|
|
| + // Guesses the BCP 47 language code to be used for formatting the address for
|
| + // display. For example, guesses "en" if the |country_code| is "US". Can
|
| + // return an empty string.
|
| + const std::string& GuessLanguageCode() const;
|
| +
|
| // The BCP 47 language code used to guide how the address is formatted for
|
| // display. The same address may have different representations in different
|
| // languages.
|
|
|