| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index abd0fa57e7bc6e44f3ca851c11f7893296e252e1..2f7f346fa8fd633144788ba658d84d1bd7a6f34e 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -771,7 +771,7 @@ void AutofillManager::OnLoadedServerPredictions(
|
|
|
| // Forward form structures to the password generation manager to detect
|
| // account creation forms.
|
| - driver_->DetectAccountCreationForms(form_structures_.get());
|
| + driver_->PropagateAutofillPredictions(form_structures_.get());
|
|
|
| // If the corresponding flag is set, annotate forms with the predicted types.
|
| driver_->SendAutofillTypePredictionsToRenderer(form_structures_.get());
|
|
|