| Index: chrome/browser/autocomplete_history_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete_history_manager_unittest.cc (revision 55661)
|
| +++ chrome/browser/autocomplete_history_manager_unittest.cc (working copy)
|
| @@ -50,6 +50,7 @@
|
| form.method = ASCIIToUTF16("POST");
|
| form.origin = GURL("http://myform.com/form.html");
|
| form.action = GURL("http://myform.com/submit.html");
|
| + form.user_submitted = true;
|
|
|
| // Valid Visa credit card number pulled from the paypal help site.
|
| webkit_glue::FormField valid_cc(ASCIIToUTF16("Credit Card"),
|
| @@ -72,6 +73,7 @@
|
| form.method = ASCIIToUTF16("POST");
|
| form.origin = GURL("http://myform.com/form.html");
|
| form.action = GURL("http://myform.com/submit.html");
|
| + form.user_submitted = true;
|
|
|
| // Invalid credit card number.
|
| webkit_glue::FormField invalid_cc(ASCIIToUTF16("Credit Card"),
|
| @@ -92,6 +94,7 @@
|
| form.method = ASCIIToUTF16("POST");
|
| form.origin = GURL("http://myform.com/form.html");
|
| form.action = GURL("http://myform.com/submit.html");
|
| + form.user_submitted = true;
|
|
|
| webkit_glue::FormField ssn(ASCIIToUTF16("Social Security Number"),
|
| ASCIIToUTF16("ssn"),
|
|
|