| Index: content/browser/intents/internal_web_intents_dispatcher.h
|
| diff --git a/content/browser/intents/internal_web_intents_dispatcher.h b/content/browser/intents/internal_web_intents_dispatcher.h
|
| index 569452f7cca76fbf7a4f9eb87e0e881f3060d89c..f8a6f90ad880bdc1b2ffc6c869a56662b2b10e1d 100644
|
| --- a/content/browser/intents/internal_web_intents_dispatcher.h
|
| +++ b/content/browser/intents/internal_web_intents_dispatcher.h
|
| @@ -45,8 +45,6 @@ class CONTENT_EXPORT InternalWebIntentsDispatcher
|
| virtual const webkit_glue::WebIntentData& GetIntent() OVERRIDE;
|
| virtual void DispatchIntent(WebContents* destination_contents) OVERRIDE;
|
| virtual void ResetDispatch() OVERRIDE;
|
| - virtual void SendReplyMessage(webkit_glue::WebIntentReplyType reply_type,
|
| - const string16& data) OVERRIDE;
|
| virtual void SendReply(const webkit_glue::WebIntentReply& reply) OVERRIDE;
|
| virtual void RegisterReplyNotification(
|
| const WebIntentsDispatcher::ReplyNotification& closure) OVERRIDE;
|
|
|