Index: content/browser/tab_contents/tab_contents.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents.h (revision 95921) |
+++ content/browser/tab_contents/tab_contents.h (working copy) |
@@ -496,6 +496,9 @@ |
// the pending WebUI, the committed WebUI, or NULL. |
WebUI* GetWebUIForCurrentState(); |
+ // Invoked when the preferred size of the contents has been changed. |
+ void UpdatePreferredSize(const gfx::Size& pref_size); |
+ |
protected: |
friend class TabContentsObserver; |