Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: content/browser/intents/web_intents_dispatcher_impl.h

Issue 11419233: intents: Kill deprecated SendReplyMessage method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698