Index: chrome/browser/ui/views/web_intent_picker_views.cc |
diff --git a/chrome/browser/ui/views/web_intent_picker_views.cc b/chrome/browser/ui/views/web_intent_picker_views.cc |
index bf6f662caa2f81101cd15bb365c72733d25e050e..502dd3fe7ca56b27c2573094769e6473fe9f0474 100644 |
--- a/chrome/browser/ui/views/web_intent_picker_views.cc |
+++ b/chrome/browser/ui/views/web_intent_picker_views.cc |
@@ -1030,7 +1030,7 @@ void WebIntentPickerViews::OnInlineDisposition( |
inline_web_contents_.reset(WebContents::Create( |
tab_contents_->profile(), |
tab_util::GetSiteInstanceForNewTab(tab_contents_->profile(), url), |
- MSG_ROUTING_NONE, NULL, NULL)); |
+ MSG_ROUTING_NONE, NULL)); |
// Does not take ownership, so we keep a scoped_ptr |
// for the WebContents locally. |
webview_->SetWebContents(inline_web_contents_.get()); |