| 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[] =
|
|
|