Index: content/browser/tab_contents/tab_contents.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents.h (revision 98900) |
+++ content/browser/tab_contents/tab_contents.h (working copy) |
@@ -721,6 +721,7 @@ |
virtual void RunFileChooser(RenderViewHost* render_view_host, |
const ViewHostMsg_RunFileChooser_Params& params); |
virtual void ToggleFullscreenMode(bool enter_fullscreen) OVERRIDE; |
+ virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE; |
// RenderViewHostManager::Delegate ------------------------------------------- |