summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/tab_contents_delegate.cc')
-rw-r--r--content/browser/tab_contents/tab_contents_delegate.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 8663f91..bd8e9ff 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -329,6 +329,10 @@ void TabContentsDelegate::CrashedPlugin(TabContents* tab,
const FilePath& plugin_path) {
}
+void TabContentsDelegate::UpdatePreferredSize(TabContents* source,
+ const gfx::Size& pref_size) {
+}
+
TabContentsDelegate::~TabContentsDelegate() {
while (!attached_contents_.empty()) {
TabContents* tab_contents = *attached_contents_.begin();