Index: content/browser/tab_contents/tab_contents_delegate.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate.cc (revision 98900) |
+++ content/browser/tab_contents/tab_contents_delegate.cc (working copy) |
@@ -316,6 +316,10 @@ |
int intent_id) { |
} |
+void TabContentsDelegate::UpdatePreferredSize(TabContents* source, |
+ const gfx::Size& pref_size) { |
+} |
+ |
TabContentsDelegate::~TabContentsDelegate() { |
while (!attached_contents_.empty()) { |
TabContents* tab_contents = *attached_contents_.begin(); |