| Index: chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| index 38eb5f2e0019f76a62e0aa1adc8e8e561609b313..50054fcffaedf250a0d30a8841fbada79e02fb7e 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| @@ -311,7 +311,7 @@ void WebIntentPickerController::OnServiceChosen(const GURL& url,
|
| tab_contents_->profile(),
|
| tab_util::GetSiteInstanceForNewTab(
|
| tab_contents_->profile(), url),
|
| - MSG_ROUTING_NONE, NULL, NULL);
|
| + MSG_ROUTING_NONE, NULL);
|
|
|
| // Let the controller for the target TabContents know that it is hosting a
|
| // web intents service.
|
|
|