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 5e2329121e0f5cfc4c7a923c61b43a6a72a2a8ad..27970cfd1a71c1bd50ee54a452ad80a17d15a418 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()); |