Chromium Code Reviews| 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..280d82ec810bb1a18440ef7607faf807746f6894 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 (accessable from |
| + // Autofill Manager Delegate) to detect account creation forms. |
|
Ilya Sherman
2013/09/03 23:58:01
nit: IMO drop the parenthetical phrase.
zysxqn
2013/09/04 17:26:20
Done.
|
| + manager_delegate_->DetectAccountCreationForms(form_structures_.get()); |
| + |
| if (page_meta_data->IsInAutofillableFlow()) { |
| RenderViewHost* host = driver_->GetWebContents()->GetRenderViewHost(); |
| if (host) |