Index: components/autofill/core/browser/autofill_client.h |
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h |
index d5f8d9634c11e86f73a51a08e2a3a01285e6d5fa..d279e75105f12eebdc45cfff6726a3fb763af06c 100644 |
--- a/components/autofill/core/browser/autofill_client.h |
+++ b/components/autofill/core/browser/autofill_client.h |
@@ -151,9 +151,9 @@ class AutofillClient { |
// Whether the Autocomplete feature of Autofill should be enabled. |
virtual bool IsAutocompleteEnabled() = 0; |
- // Pass the form structures to the password generation manager to detect |
- // account creation forms. |
- virtual void DetectAccountCreationForms( |
+ // Pass the form structures to the password manager to choose correct username |
+ // and to the password generation manager to detect account creation forms. |
+ virtual void PropagateAutofillPredictions( |
content::RenderFrameHost* rfh, |
const std::vector<autofill::FormStructure*>& forms) = 0; |