Index: components/autofill/content/renderer/form_autofill_util.h |
diff --git a/components/autofill/content/renderer/form_autofill_util.h b/components/autofill/content/renderer/form_autofill_util.h |
index 0f0f6c2e134ba13cfde638658a9925f5056605d8..916ddb996ff2677f5ecced55a62b10446caea5c4 100644 |
--- a/components/autofill/content/renderer/form_autofill_util.h |
+++ b/components/autofill/content/renderer/form_autofill_util.h |
@@ -151,9 +151,6 @@ void PreviewForm(const FormData& form, |
bool ClearPreviewedFormWithElement(const blink::WebFormControlElement& element, |
bool was_autofilled); |
-// Returns true if |form| has any auto-filled fields. |
-bool FormWithElementIsAutofilled(const blink::WebInputElement& element); |
- |
// Checks if the webpage is empty. |
// This kind of webpage is considered as empty: |
// <html> |