Index: chrome/browser/autofill/form_structure_unittest.cc |
=================================================================== |
--- chrome/browser/autofill/form_structure_unittest.cc (revision 74701) |
+++ chrome/browser/autofill/form_structure_unittest.cc (working copy) |
@@ -1113,14 +1113,15 @@ |
ASCIIToUTF16("dayphone2"), |
string16(), |
ASCIIToUTF16("text"), |
- 0, |
+ 3, // Size of prefix is 3. |
false)); |
form.fields.push_back( |
webkit_glue::FormField(ASCIIToUTF16("-"), |
ASCIIToUTF16("dayphone3"), |
string16(), |
ASCIIToUTF16("text"), |
- 0, |
+ 4, // Size of suffix is 4. If unlimited size |
+ // passed phone will be parsed as CC-AC-PHONE. |
dhollowa
2011/02/16 00:25:37
Suggestion: ...phone will be parsed as <country co
GeorgeY
2011/02/16 20:53:34
Done.
|
false)); |
form.fields.push_back( |
webkit_glue::FormField(ASCIIToUTF16("ext.:"), |