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

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

Issue 1825133002: [Autofill] Ignore address nickname and other address naming fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/core/browser/autofill_regex_constants.h
diff --git a/components/autofill/core/browser/autofill_regex_constants.h b/components/autofill/core/browser/autofill_regex_constants.h
index 7f5ce1a86e924ba1025f9bd439c95efa8811eae6..db85f540f695ccc90a2de86e78f0c560c6fd960e 100644
--- a/components/autofill/core/browser/autofill_regex_constants.h
+++ b/components/autofill/core/browser/autofill_regex_constants.h
@@ -9,6 +9,7 @@ namespace autofill {
extern const char kAttentionIgnoredRe[];
extern const char kRegionIgnoredRe[];
+extern const char kAddressNameIgnoredRe[];
extern const char kCompanyRe[];
extern const char kAddressLine1Re[];
extern const char kAddressLine1LabelRe[];
« no previous file with comments | « components/autofill/core/browser/address_field.cc ('k') | components/autofill/core/browser/autofill_regex_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698