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 4c66699b8191cea5b268df8cd24d28ee40465556..93eaa70ecc16f9412ea9c8d3b1c04989519bd22d 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -744,6 +744,10 @@ void AutofillManager::OnLoadedServerPredictions( |
page_meta_data.get(), |
*metric_logger_); |
+ // Forward form structures to the password generation manager to detect |
+ // account creation forms. |
+ manager_delegate_->DetectAccountCreationForms(form_structures_.get()); |
+ |
if (page_meta_data->IsInAutofillableFlow()) { |
RenderViewHost* host = driver_->GetWebContents()->GetRenderViewHost(); |
if (host) |