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

Unified Diff: chrome/renderer/autofill/form_autofill_browsertest.cc

Issue 648243003: Revert of [Autofill Clean up] Revert changes introduced by Autocheckout to autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/content/renderer/form_autofill_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/form_autofill_browsertest.cc
diff --git a/chrome/renderer/autofill/form_autofill_browsertest.cc b/chrome/renderer/autofill/form_autofill_browsertest.cc
index af925a30c08976984df0e51ead81ad3a8a9006bb..abffbf6c06b12d618e85265cf9d99d7ceb9e7929 100644
--- a/chrome/renderer/autofill/form_autofill_browsertest.cc
+++ b/chrome/renderer/autofill/form_autofill_browsertest.cc
@@ -256,6 +256,11 @@
EXPECT_EQ(expected_value, value);
EXPECT_EQ(field_case.should_be_autofilled, element.isAutofilled());
+ }
+
+ static void FillFormForAllFieldsWrapper(const FormData& form,
+ const WebInputElement& element) {
+ FillFormForAllElements(form, element.form());
}
static void FillFormIncludingNonFocusableElementsWrapper(
« no previous file with comments | « no previous file | components/autofill/content/renderer/form_autofill_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698