Index: components/autofill/core/browser/autofill_driver.h |
diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h |
index 368f1f47f812e192288a879634389a59616332d3..df87f63176e9feb4ed1fbd8a1a11d406183a5065 100644 |
--- a/components/autofill/core/browser/autofill_driver.h |
+++ b/components/autofill/core/browser/autofill_driver.h |
@@ -61,9 +61,9 @@ class AutofillDriver { |
// Pings renderer. The renderer will return an IPC acknowledging the ping. |
virtual void PingRenderer() = 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( |
const std::vector<autofill::FormStructure*>& forms) = 0; |
// Sends the field type predictions specified in |forms| to the renderer. This |