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

Unified Diff: chrome/browser/autofill/autofill_server_browsertest.cc

Issue 1138033002: [Autofill] No longer send form name at query time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | components/autofill/core/browser/form_structure.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_server_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_server_browsertest.cc b/chrome/browser/autofill/autofill_server_browsertest.cc
index 6530b55d14f8cf4fcba7418ad37d449ded334811..c1aec327d56ac7df64318d306c54e04c1cccbad0 100644
--- a/chrome/browser/autofill/autofill_server_browsertest.cc
+++ b/chrome/browser/autofill/autofill_server_browsertest.cc
@@ -135,7 +135,7 @@ IN_PROC_BROWSER_TEST_F(AutofillServerTest,
const char kQueryRequest[] =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
"<autofillquery clientversion=\"6.1.1715.1442/en (GGLL)\">"
- "<form signature=\"15916856893790176210\" name=\"test_form\">"
+ "<form signature=\"15916856893790176210\">"
"<field signature=\"2594484045\" name=\"one\" type=\"text\"/>"
"<field signature=\"2750915947\" name=\"two\" type=\"text\"/>"
"<field signature=\"3494787134\" name=\"three\" type=\"text\"/>"
@@ -189,7 +189,7 @@ IN_PROC_BROWSER_TEST_F(AutofillServerTest,
const char kQueryRequest[] =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
"<autofillquery clientversion=\"6.1.1715.1442/en (GGLL)\">"
- "<form signature=\"8900697631820480876\" name=\"test_form\">"
+ "<form signature=\"8900697631820480876\">"
"<field signature=\"2594484045\" name=\"one\" type=\"text\"/>"
"<field signature=\"2750915947\" name=\"two\" type=\"text\"/>"
"<field signature=\"116843943\" name=\"three\" type=\"password\"/>"
« no previous file with comments | « no previous file | components/autofill/core/browser/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698