Index: components/autofill/core/browser/autofill_manager.h |
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h |
index c46593f88ea7bd2f4fdecb6326915dbe9da32270..a4f01943622ff58c6c18670baf926f4d458d901f 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -318,11 +318,6 @@ class AutofillManager : public AutofillDownloadManager::Observer { |
void UpdateInitialInteractionTimestamp( |
const base::TimeTicks& interaction_timestamp); |
- // Send our current field type predictions to the renderer. This is a no-op if |
- // the appropriate command-line flag is not set. |
- void SendAutofillTypePredictions( |
- const std::vector<FormStructure*>& forms) const; |
- |
// Provides driver-level context to the shared code of the component. Must |
// outlive this object. |
AutofillDriver* driver_; |