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

Unified Diff: content/browser/intents/internal_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
Index: content/browser/intents/internal_web_intents_dispatcher.h
diff --git a/content/browser/intents/internal_web_intents_dispatcher.h b/content/browser/intents/internal_web_intents_dispatcher.h
index 569452f7cca76fbf7a4f9eb87e0e881f3060d89c..f8a6f90ad880bdc1b2ffc6c869a56662b2b10e1d 100644
--- a/content/browser/intents/internal_web_intents_dispatcher.h
+++ b/content/browser/intents/internal_web_intents_dispatcher.h
@@ -45,8 +45,6 @@ class CONTENT_EXPORT InternalWebIntentsDispatcher
virtual const webkit_glue::WebIntentData& GetIntent() OVERRIDE;
virtual void DispatchIntent(WebContents* destination_contents) OVERRIDE;
virtual void ResetDispatch() OVERRIDE;
- 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