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 099cc6361ecabca5085d76efe5bcbf3491db47b1..59d4fa06845ab63b170c2e9683dd654fa3960521 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -741,7 +741,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()); |