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

Unified Diff: content/browser/intents/web_intents_dispatcher_impl.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/web_intents_dispatcher_impl.cc
diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc
index a6a2c28945024c96885fdeda1c21ab160b2394c0..0bc1261e4bcccea1a2320db9828a7f3af45d4960 100644
--- a/content/browser/intents/web_intents_dispatcher_impl.cc
+++ b/content/browser/intents/web_intents_dispatcher_impl.cc
@@ -55,12 +55,6 @@ void WebIntentsDispatcherImpl::ResetDispatch() {
}
}
-void WebIntentsDispatcherImpl::SendReplyMessage(
- webkit_glue::WebIntentReplyType reply_type,
- const string16& data) {
- SendReply(webkit_glue::WebIntentReply(reply_type, data));
-}
-
void WebIntentsDispatcherImpl::SendReply(
const webkit_glue::WebIntentReply& reply) {
intent_injector_ = NULL;
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.h ('k') | content/public/browser/web_intents_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698