| 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 8aa53cac9bcb3eb69fde4264a387683c34a6b220..9bb2fc6bc31709669e44c022f7b06018ae10a94c 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
|
| @@ -166,6 +166,9 @@ class IntentsDispatcherMock : public content::WebIntentsDispatcher {
|
| dispatched_ = true;
|
| }
|
|
|
| + virtual void ResetDispatch() OVERRIDE {
|
| + }
|
| +
|
| virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type,
|
| const string16& data) OVERRIDE {
|
| }
|
|
|