Index: content/browser/intents/web_intents_dispatcher_impl.cc |
diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc |
index a6a2c28945024c96885fdeda1c21ab160b2394c0..0bc1261e4bcccea1a2320db9828a7f3af45d4960 100644 |
--- a/content/browser/intents/web_intents_dispatcher_impl.cc |
+++ b/content/browser/intents/web_intents_dispatcher_impl.cc |
@@ -55,12 +55,6 @@ void WebIntentsDispatcherImpl::ResetDispatch() { |
} |
} |
-void WebIntentsDispatcherImpl::SendReplyMessage( |
- webkit_glue::WebIntentReplyType reply_type, |
- const string16& data) { |
- SendReply(webkit_glue::WebIntentReply(reply_type, data)); |
-} |
- |
void WebIntentsDispatcherImpl::SendReply( |
const webkit_glue::WebIntentReply& reply) { |
intent_injector_ = NULL; |