| 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 23bb584d1eeabefe56d3194e458ffcc6a2c2346f..3f78c59e02a5ae6835a987abaa6a9e1b6e6da31d 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.
|
|
|