| Index: chrome/browser/external_tab_container_win.cc
|
| diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
|
| index 1af539bd9fbbf4cf76a78fa8d28451ee0f04befd..24d7f606288d3d66caa7ad3b24e18fcab29d3dd3 100644
|
| --- a/chrome/browser/external_tab_container_win.cc
|
| +++ b/chrome/browser/external_tab_container_win.cc
|
| @@ -106,7 +106,8 @@ bool ExternalTabContainer::Init(Profile* profile,
|
| tab_contents_ = existing_contents;
|
| tab_contents_->controller().set_profile(profile);
|
| } else {
|
| - tab_contents_ = new TabContents(profile, NULL, MSG_ROUTING_NONE, NULL);
|
| + tab_contents_ = new TabContents(profile, NULL, MSG_ROUTING_NONE,
|
| + NULL, NULL);
|
| }
|
|
|
| tab_contents_->set_delegate(this);
|
|
|