| Index: chrome/browser/ui/panels/panel_host.cc
|
| diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
|
| index a4ec27454df92b5b1e65c900942a4e3c2812afba..67f7a200082fef83b36d126245fa1ef87e777737 100644
|
| --- a/chrome/browser/ui/panels/panel_host.cc
|
| +++ b/chrome/browser/ui/panels/panel_host.cc
|
| @@ -47,7 +47,7 @@ void PanelHost::Init(const GURL& url) {
|
|
|
| web_contents_.reset(content::WebContents::Create(
|
| profile_, content::SiteInstance::CreateForURL(profile_, url),
|
| - MSG_ROUTING_NONE, NULL, NULL));
|
| + MSG_ROUTING_NONE, NULL));
|
| chrome::SetViewType(web_contents_.get(), chrome::VIEW_TYPE_PANEL);
|
| web_contents_->SetDelegate(this);
|
| content::WebContentsObserver::Observe(web_contents_.get());
|
|
|