| Index: chrome/browser/ui/views/ash/panel_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| index fdc6b23348255eaf76856b029209d30bb9a74fe4..bc5346dd5858037fae9e98947cf2d5a3cbccdb85 100644
|
| --- a/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| +++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
|
| @@ -107,7 +107,7 @@ void PanelHost::Init(const GURL& url) {
|
| site_instance_ = content::SiteInstance::CreateForURL(profile_, url);
|
|
|
| web_contents_.reset(content::WebContents::Create(
|
| - profile_, site_instance_.get(), MSG_ROUTING_NONE, NULL, NULL));
|
| + profile_, site_instance_.get(), MSG_ROUTING_NONE, NULL));
|
| chrome::SetViewType(web_contents_.get(), chrome::VIEW_TYPE_PANEL);
|
| web_contents_->SetDelegate(this);
|
| Observe(web_contents_.get());
|
|
|