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 ee97269163040583756f867f7dec50b7065c605f..07f94db161f3260d71933a26bdece88e8ac6cb96 100644 |
--- a/chrome/browser/ui/intents/web_intent_picker_controller.cc |
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc |
@@ -312,7 +312,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. |