| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 57721b0e1ab8f632b6e9a41a276a30adcec82ca6..559e6f9a42752725324d2a5683bff7a48698febc 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -167,9 +167,6 @@ class CONTENT_EXPORT PresentationDispatcher
|
| void OnConnectionClosed(const PresentationInfo& presentation_info,
|
| PresentationConnectionCloseReason reason,
|
| const std::string& message) override;
|
| - void OnConnectionMessagesReceived(
|
| - const PresentationInfo& presentation_info,
|
| - std::vector<PresentationConnectionMessage> messages) override;
|
| void OnDefaultPresentationStarted(
|
| const PresentationInfo& presentation_info) override;
|
|
|
|
|