Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 98900) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -950,6 +950,8 @@ |
const string16& type, |
const string16& data, |
int intent_id) OVERRIDE; |
+ virtual void UpdatePreferredSize(TabContents* source, |
+ const gfx::Size& pref_size) OVERRIDE; |
// Overridden from TabContentsWrapperDelegate: |
virtual void OnDidGetApplicationInfo(TabContentsWrapper* source, |