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

Unified Diff: chrome/browser/autofill/autofill_regex_constants.cc.utf8

Issue 8745018: Autofill: Remove a regular expression for fax which is no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_regex_constants.cc.utf8
diff --git a/chrome/browser/autofill/autofill_regex_constants.cc.utf8 b/chrome/browser/autofill/autofill_regex_constants.cc.utf8
index 5c6641538a09768fcb4a2a0d1224f10efae71782..0133106d327b5cc32a2f4f6130537c065bd3657c 100644
--- a/chrome/browser/autofill/autofill_regex_constants.cc.utf8
+++ b/chrome/browser/autofill/autofill_regex_constants.cc.utf8
@@ -274,14 +274,6 @@ const char kAreaCodeNotextRe[] =
const char kAreaCodeRe[] =
"area.*code|acode|area"
"|지역.?번호"; // ko-KR
-const char kFaxRe[] =
- "fax"
- "|télécopie|telecopie" // fr-FR
- "|ファックス" // ja-JP
- "|факс" // ru
- "|传真" // zh-CN
- "|傳真" // zh-TW
- "|팩스(.?번호)?"; // ko-KR
const char kPhonePrefixSeparatorRe[] =
"^-$|^\\)$";
const char kPhoneSuffixSeparatorRe[] =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698