| Index: chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.cc b/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| index 8f88ffeb6009ec6e4f49d7b85fe177c06e0835e7..da4c5184654b199ec23f7ee82a122d68d70e0551 100644
|
| --- a/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| @@ -226,7 +226,7 @@ void WebIntentPickerGtk::OnInlineDisposition(const string16& title,
|
| content::WebContents* web_contents = content::WebContents::Create(
|
| tab_contents_->profile(),
|
| tab_util::GetSiteInstanceForNewTab(tab_contents_->profile(), url),
|
| - MSG_ROUTING_NONE, NULL, NULL);
|
| + MSG_ROUTING_NONE, NULL);
|
| inline_disposition_tab_contents_.reset(new TabContents(web_contents));
|
| Browser* browser = browser::FindBrowserWithWebContents(
|
| tab_contents_->web_contents());
|
|
|