Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / autofill / content / browser / content_autofill_driver.h
index e0294f5..4aaf289 100644 (file)
@@ -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_;
   }