Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 9e8124fadd72fa4e67c757cbde98108238b14b6c..a1e01b7ade78769c28eea6acc79e72d9e6dc151a 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -232,10 +232,6 @@ class CONTENT_EXPORT WebContentsImpl |
virtual bool NeedToFireBeforeUnload() OVERRIDE; |
virtual void Stop() OVERRIDE; |
virtual WebContents* Clone() OVERRIDE; |
- virtual gfx::NativeView GetContentNativeView() const OVERRIDE; |
- virtual gfx::NativeView GetNativeView() const OVERRIDE; |
- virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE; |
- virtual void Focus() OVERRIDE; |
virtual void FocusThroughTabTraversal(bool reverse) OVERRIDE; |
virtual bool ShowingInterstitialPage() const OVERRIDE; |
virtual InterstitialPage* GetInterstitialPage() const OVERRIDE; |