Index: content/browser/tab_contents/tab_contents_delegate.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate.h (revision 94932) |
+++ content/browser/tab_contents/tab_contents_delegate.h (working copy) |
@@ -292,6 +292,9 @@ |
// and displays nothing. |
virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator(); |
+ // Invoked when the preferred size of the contents has been changed. |
+ virtual void UpdatePreferredSize(const gfx::Size& pref_size); |
+ |
protected: |
virtual ~TabContentsDelegate(); |