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

Unified Diff: content/public/browser/web_intents_dispatcher.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
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698