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 8a7746afb93cc7162e79c24286ad25597b4ecf4e..6d2edcab3db9f361f4383d63bb7b4556b46d6cb3 100644 |
--- a/components/autofill/core/browser/autofill_client.h |
+++ b/components/autofill/core/browser/autofill_client.h |
@@ -156,9 +156,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; |