Index: third_party/libaddressinput/README.chromium |
diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium |
index cdd0ae761a55cdd510369a73362e2ce54f783bf8..ede060ef03e59786300bd141ef27dfadc3de8038 100644 |
--- a/third_party/libaddressinput/README.chromium |
+++ b/third_party/libaddressinput/README.chromium |
@@ -2,8 +2,8 @@ Name: The library to input, validate, and display addresses. |
Short Name: libaddressinput |
URL: https://code.google.com/p/libaddressinput/ |
Version: 0 |
-Date: 18 June 2014 |
-Revision: 293 |
+Date: 24 June 2014 |
+Revision: 297 |
License: Apache 2.0 |
License File: LICENSE |
Security Critical: no |
@@ -17,9 +17,5 @@ https://i18napis.appspot.com/ssl-aggregate-address. The library is used in |
requestAutocomplete dialog and autofill. |
Local Modifications: |
-- The package is libaddressinput at revision 176 plus the Chrome-specific |
- validation logic, which will be upstreamed back to libaddressinput |
- (http://crbug.com/327046). The Chrome-specific version is in chromium/cpp/ |
- subdirectory. The original source code is in src/cpp/ subdirectory. Both |
- versions use the original test data file src/testdata/countryinfo.txt. |
-- Serbia and Montenegro (YU) was removed as a supported region. |
+- Use Chrome's version of JSON reader in chromium/json.cc. |
+- Use Chrome's version of loose string comparison in chromium/string_compare.cc. |