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

Unified Diff: chrome/browser/intents/native_services_browsertest.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
« no previous file with comments | « chrome/browser/extensions/api/app_runtime/app_runtime_api.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/native_services_browsertest.cc
diff --git a/chrome/browser/intents/native_services_browsertest.cc b/chrome/browser/intents/native_services_browsertest.cc
index edf7183fb6bae76c5f0487383184c5d7682f52c6..5735848d6acde8d4425bafe34419ba55c3ee9630 100644
--- a/chrome/browser/intents/native_services_browsertest.cc
+++ b/chrome/browser/intents/native_services_browsertest.cc
@@ -57,12 +57,6 @@ class TestIntentsDispatcher : public content::WebIntentsDispatcher {
virtual void DispatchIntent(content::WebContents* web_contents) OVERRIDE {}
virtual void ResetDispatch() OVERRIDE {}
- virtual void SendReplyMessage(
- webkit_glue::WebIntentReplyType reply_type,
- const string16& data) OVERRIDE {
- SendReply(webkit_glue::WebIntentReply(reply_type, data));
- }
-
virtual void SendReply(const webkit_glue::WebIntentReply& reply) OVERRIDE {
reply_.reset(new webkit_glue::WebIntentReply(reply));
}
« no previous file with comments | « chrome/browser/extensions/api/app_runtime/app_runtime_api.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698