| Index: third_party/libaddressinput/README.chromium
|
| diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium
|
| index 9e7ff6edb91d80c576fbbee07391d3c2a5623dfe..f82846ed19555bee3eeb75151082974e1ff90ff5 100644
|
| --- a/third_party/libaddressinput/README.chromium
|
| +++ b/third_party/libaddressinput/README.chromium
|
| @@ -13,9 +13,14 @@ Description:
|
| This library lets you enter, validate, and display an address with correct
|
| semantics for many countries around the world. The library uses the serialized
|
| validation rules from a Google-managed server (without SLA) at
|
| -https://i18napis.appspot.com/ssl-aggregate-address. The library is used in
|
| -requestAutocomplete dialog and autofill.
|
| +https://chromium-i18n.appspot.com/ssl-aggregate-address/. The library is used in
|
| +PaymentRequest and autofill.
|
|
|
| Local Modifications:
|
| - Use Chrome's version of JSON reader in chromium/json.cc.
|
| - Use Chrome's version of loose string comparison in chromium/string_compare.cc.
|
| +
|
| +Note:
|
| +
|
| +Keep the enum in src/cpp/include/libaddressinput/address_field.h in sync with
|
| +AddressField class in AutofillProfileBridge.java file.
|
|
|