summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sidebar/sidebar_container.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sidebar/sidebar_container.cc')
-rw-r--r--chrome/browser/sidebar/sidebar_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sidebar/sidebar_container.cc b/chrome/browser/sidebar/sidebar_container.cc
index 73cac8d..aae917a 100644
--- a/chrome/browser/sidebar/sidebar_container.cc
+++ b/chrome/browser/sidebar/sidebar_container.cc
@@ -22,7 +22,7 @@ SidebarContainer::SidebarContainer(TabContents* tab,
icon_(new SkBitmap) {
// Create TabContents for sidebar.
sidebar_contents_.reset(
- new TabContents(tab->profile(), NULL, MSG_ROUTING_NONE, NULL));
+ new TabContents(tab->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL));
sidebar_contents_->render_view_host()->set_is_extension_process(true);
sidebar_contents_->render_view_host()->AllowBindings(
BindingsPolicy::EXTENSION);