diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents_view.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h index 1e6d73f..16ae3ab 100644 --- a/content/browser/tab_contents/tab_contents_view.h +++ b/content/browser/tab_contents/tab_contents_view.h @@ -93,10 +93,6 @@ class TabContentsView : public RenderViewHostDelegate::View { // TabContents without the special code. virtual void SizeContents(const gfx::Size& size) = 0; - // Invoked from the platform dependent web contents view when a - // RenderWidgetHost is deleted. Removes |host| from internal maps. - void RenderWidgetHostDestroyed(RenderWidgetHost* host); - // Invoked when the TabContents is notified that the RenderView has been // fully created. virtual void RenderViewCreated(RenderViewHost* host) {} |