| 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;
|
| }
|
|
|