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 50a8d26d19f892a355261732de353b4aedc6c2d8..c8bb9ec0f79fcadcec62d51e476af5e3713c2b34 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -707,6 +707,10 @@ void AutofillManager::OnLoadedServerPredictions( |
form_structures_.get(), |
*metric_logger_); |
+ // Forward form structures to the password generation manager to detect |
+ // account creation forms. |
+ manager_delegate_->DetectAccountCreationForms(form_structures_.get()); |
+ |
// If the corresponding flag is set, annotate forms with the predicted types. |
driver_->SendAutofillTypePredictionsToRenderer(form_structures_.get()); |
} |