| 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(
|
|
|