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

Unified Diff: components/autofill/content/browser/content_autofill_driver.cc

Issue 1028163002: Processing USERNAME reply from Autofill server in Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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: components/autofill/content/browser/content_autofill_driver.cc
diff --git a/components/autofill/content/browser/content_autofill_driver.cc b/components/autofill/content/browser/content_autofill_driver.cc
index e9abef83826a646923d550dfc1b240193e6083c6..f8c7729e5a4914bf9e8ffb895f6bb829b13e0857 100644
--- a/components/autofill/content/browser/content_autofill_driver.cc
+++ b/components/autofill/content/browser/content_autofill_driver.cc
@@ -86,10 +86,10 @@ void ContentAutofillDriver::PingRenderer() {
new AutofillMsg_Ping(render_frame_host_->GetRoutingID()));
}
-void ContentAutofillDriver::DetectAccountCreationForms(
+void ContentAutofillDriver::PropagateAutofillPredictions(
const std::vector<FormStructure*>& forms) {
- autofill_manager_->client()->DetectAccountCreationForms(render_frame_host_,
- forms);
+ autofill_manager_->client()->PropagateAutofillPredictions(render_frame_host_,
+ forms);
}
void ContentAutofillDriver::SendAutofillTypePredictionsToRenderer(
« no previous file with comments | « components/autofill/content/browser/content_autofill_driver.h ('k') | components/autofill/content/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698