summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/tab_contents_delegate.h')
-rw-r--r--content/browser/tab_contents/tab_contents_delegate.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
index c14c6b7..735554f 100644
--- a/content/browser/tab_contents/tab_contents_delegate.h
+++ b/content/browser/tab_contents/tab_contents_delegate.h
@@ -256,16 +256,6 @@ class TabContentsDelegate {
// typically happens when popups are created.
virtual void TabContentsCreated(TabContents* new_contents);
- // Whether the renderer should report its preferred size when it changes by
- // calling UpdatePreferredSize().
- // Note that this is set when the RenderViewHost is created and cannot be
- // changed after that.
- virtual bool ShouldEnablePreferredSizeNotifications();
-
- // Notification that the preferred size of the contents has changed.
- // Only called if ShouldEnablePreferredSizeNotifications() returns true.
- virtual void UpdatePreferredSize(const gfx::Size& pref_size);
-
// Notifies the delegate that the content restrictions for this tab has
// changed.
virtual void ContentRestrictionsChanged(TabContents* source);