| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_delegate.cc (revision 94932)
|
| +++ content/browser/tab_contents/tab_contents_delegate.cc (working copy)
|
| @@ -274,6 +274,9 @@
|
| return JavaScriptDialogCreatorStub::GetInstance();
|
| }
|
|
|
| +void TabContentsDelegate::UpdatePreferredSize(const gfx::Size& pref_size) {
|
| +}
|
| +
|
| TabContentsDelegate::~TabContentsDelegate() {
|
| while (!attached_contents_.empty()) {
|
| TabContents* tab_contents = *attached_contents_.begin();
|
|
|