Index: content/public/browser/web_intents_dispatcher.h |
diff --git a/content/public/browser/web_intents_dispatcher.h b/content/public/browser/web_intents_dispatcher.h |
index 1288753c1a61dd689838f2e735f41e8c26bd6312..922495dfe6764982456b810e33c59928b1f629f7 100644 |
--- a/content/public/browser/web_intents_dispatcher.h |
+++ b/content/public/browser/web_intents_dispatcher.h |
@@ -58,10 +58,6 @@ class CONTENT_EXPORT WebIntentsDispatcher { |
// Abandon current attempt to dispatch, allow new call to DispatchIntent. |
virtual void ResetDispatch() = 0; |
- // Deprecated. Use SendReply. |
- virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type, |
- const string16& data) = 0; |
- |
// Return a reply to the source context which invoked the intent. |
// Calls the reply notifications, if any are registered. |
// Deletes |this| object after handling is complete. |