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 0ccf7d90feb92c60ca7d0ad4e271d7536f116b81..6221ba324225fa1dac217c24edd2bff3dde93c72 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -738,7 +738,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()); |