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

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

Issue 1422853003: [Autofill] Send the form name in Autofill uploads where metadata is collected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 39062f1c68201cd77790f2b85f74986fb41bd238..6ba735f4bc2c4cb976a5b6188ed1f3228bd24d5e 100644
--- a/chrome/browser/autofill/autofill_server_browsertest.cc
+++ b/chrome/browser/autofill/autofill_server_browsertest.cc
@@ -163,7 +163,7 @@ IN_PROC_BROWSER_TEST_F(AutofillServerTest,
" formsignature=\"15916856893790176210\""
" autofillused=\"false\""
" datapresent=\"1f7e0003780000080004\""
- " actionsignature=\"15724779818122431245\">"
+ " actionsignature=\"15724779818122431245\" formname=\"test_form\">"
"<field signature=\"2594484045\" name=\"one\" type=\"text\""
" autofilltype=\"2\"/>"
"<field signature=\"2750915947\" name=\"two\" type=\"text\""
« 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