Index: content/browser/intents/web_intents_dispatcher_impl.h |
diff --git a/content/browser/intents/web_intents_dispatcher_impl.h b/content/browser/intents/web_intents_dispatcher_impl.h |
index 185de422b11fcbab81aca124d3a6992a41002ab6..df8ddc1322ce7d58bfe6c9c3e58b28d763c9e6f0 100644 |
--- a/content/browser/intents/web_intents_dispatcher_impl.h |
+++ b/content/browser/intents/web_intents_dispatcher_impl.h |
@@ -37,10 +37,6 @@ class WebIntentsDispatcherImpl : public WebIntentsDispatcher, |
virtual const webkit_glue::WebIntentData& GetIntent() OVERRIDE; |
virtual void DispatchIntent(WebContents* destination_contents) OVERRIDE; |
virtual void ResetDispatch() OVERRIDE; |
- // Deprecated. Use SendReply. |
- // TODO(smckay): Eliminate use of SendReplyMessage in followup CL. |
- virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type, |
- const string16& data) OVERRIDE; |
virtual void SendReply(const webkit_glue::WebIntentReply& reply) OVERRIDE; |
virtual void RegisterReplyNotification( |
const WebIntentsDispatcher::ReplyNotification& closure) OVERRIDE; |