Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: components/autofill/browser/autofill_regex_constants.h

Issue 13888008: Fix for forms with more than three address lines getting partially Autofilled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review revisions. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/browser/autofill_regex_constants.h
diff --git a/components/autofill/browser/autofill_regex_constants.h b/components/autofill/browser/autofill_regex_constants.h
index c2258c043ee064ca4bb7ce654c7716aebaabd8da..a87ab020396c2666042d5965a03815dbd885d59c 100644
--- a/components/autofill/browser/autofill_regex_constants.h
+++ b/components/autofill/browser/autofill_regex_constants.h
@@ -14,7 +14,7 @@ extern const char kAddressLine1Re[];
extern const char kAddressLine1LabelRe[];
extern const char kAddressLine2Re[];
extern const char kAddressLine2LabelRe[];
-extern const char kAddressLine3Re[];
+extern const char kAddressLinesExtraRe[];
extern const char kCountryRe[];
extern const char kZipCodeRe[];
extern const char kZip4Re[];
« no previous file with comments | « components/autofill/browser/address_field.cc ('k') | components/autofill/browser/autofill_regex_constants.cc.utf8 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698