DescriptionEmbed address normalization rewriting rules.
This CL adds a table of string rewrite rules, keyed by country
code, to aid in address normalization when comparing autofill
profiles.
The rules for each country code are stored as static constant
string tables and compiled to regular expression replacement
params on first use, and subsequently cached.
R=mathp@chromium.org, sebsg@chromium.org
BUG=618095
Committed: https://crrev.com/0d2a71a993405545d9a735e5a8d5807815ee24c2
Cr-Commit-Position: refs/heads/master@{#404158}
Patch Set 1 #Patch Set 2 : fix try bots #
Total comments: 8
Patch Set 3 : address review comments #Messages
Total messages: 14 (5 generated)
|