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

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

Issue 2148303005: [Password Generation] Sends the flag whether a field has nonempty user input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a typo Created 4 years, 5 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
Index: chrome/renderer/autofill/password_generation_test_utils.cc
diff --git a/chrome/renderer/autofill/password_generation_test_utils.cc b/chrome/renderer/autofill/password_generation_test_utils.cc
index 4863b90b36a4a80648d29c1ddb69c7a66d044dad..3b1c819bdb82f34f9c560a857be696c60248907b 100644
--- a/chrome/renderer/autofill/password_generation_test_utils.cc
+++ b/chrome/renderer/autofill/password_generation_test_utils.cc
@@ -37,7 +37,7 @@ void SetAccountCreationFormsDetectedMessage(
autofill::FormData form_data;
WebFormElementToFormData(
- web_forms[form_index], blink::WebFormControlElement(),
+ web_forms[form_index], blink::WebFormControlElement(), nullptr,
form_util::EXTRACT_NONE, &form_data, nullptr /* FormFieldData */);
std::vector<autofill::PasswordFormGenerationData> forms;

Powered by Google App Engine
This is Rietveld 408576698