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

Unified Diff: content/browser/intents/internal_web_intents_dispatcher.cc

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.cc
diff --git a/content/browser/intents/internal_web_intents_dispatcher.cc b/content/browser/intents/internal_web_intents_dispatcher.cc
index b041fe505cec214b56c80ac96fd82a1aa1bd6c02..3cc0e464ebba77ba66401a4c31b5371558c0eca5 100644
--- a/content/browser/intents/internal_web_intents_dispatcher.cc
+++ b/content/browser/intents/internal_web_intents_dispatcher.cc
@@ -43,12 +43,6 @@ void InternalWebIntentsDispatcher::ResetDispatch() {
}
}
-void InternalWebIntentsDispatcher::SendReplyMessage(
- webkit_glue::WebIntentReplyType reply_type,
- const string16& data) {
- SendReply(webkit_glue::WebIntentReply(reply_type, data));
-}
-
void InternalWebIntentsDispatcher::SendReply(
const webkit_glue::WebIntentReply& reply) {
intent_injector_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698