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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller_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
Index: chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
index 3cc8a376803c8c29784054cda7c56631732156de..3726c5fa736eec72f4812a406b96bf9d45925cc1 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
@@ -197,11 +197,6 @@ class IntentsDispatcherMock : public content::WebIntentsDispatcher {
virtual void ResetDispatch() OVERRIDE {
}
- virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type,
- const string16& data) OVERRIDE {
- replied_ = true;
- }
-
virtual void SendReply(const webkit_glue::WebIntentReply& reply) OVERRIDE {
replied_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698