Index: components/autofill/content/browser/content_autofill_driver.h |
diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h |
index e0294f555de11a255c36e00be0aee4e36224ae57..4aaf289fb8ac2d732ac8319b31466631ca3ba266 100644 |
--- a/components/autofill/content/browser/content_autofill_driver.h |
+++ b/components/autofill/content/browser/content_autofill_driver.h |
@@ -62,9 +62,6 @@ class ContentAutofillDriver : public AutofillDriver, |
virtual void RendererShouldPreviewFieldWithValue( |
const base::string16& value) OVERRIDE; |
- // Returns the WebContents with which this instance is associated. |
- content::WebContents* GetWebContents(); |
- |
AutofillExternalDelegate* autofill_external_delegate() { |
return &autofill_external_delegate_; |
} |