diff options
Diffstat (limited to 'content/public/browser/render_frame_host.h')
-rw-r--r-- | content/public/browser/render_frame_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h index e33b12d..3aaec7c 100644 --- a/content/public/browser/render_frame_host.h +++ b/content/public/browser/render_frame_host.h @@ -12,7 +12,6 @@ namespace content { class RenderProcessHost; -class RenderViewHost; class SiteInstance; // The interface provides a communication conduit with a frame in the renderer. @@ -36,9 +35,6 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener, // Returns the associated widget's native view. virtual gfx::NativeView GetNativeView() = 0; - // Temporary until we get rid of RenderViewHost. - virtual RenderViewHost* GetRenderViewHost() = 0; - private: // This interface should only be implemented inside content. friend class RenderFrameHostImpl; |