| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 7311329a1fb14db4a12ac2a2c4ea1c1ebbf20bee..2b4e384cf41e7aefce7bb85ea1d041ba10de331c 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -94,9 +94,9 @@ class CONTENT_EXPORT PresentationDispatcher
|
| void OnScreenAvailabilityNotSupported(const mojo::String& url) override;
|
| void OnScreenAvailabilityUpdated(const mojo::String& url,
|
| bool available) override;
|
| - void OnSessionStateChanged(
|
| - presentation::PresentationSessionInfoPtr session_info,
|
| - presentation::PresentationConnectionState new_state) override;
|
| + void OnConnectionStateChanged(
|
| + presentation::PresentationSessionInfoPtr connection,
|
| + presentation::PresentationConnectionState state) override;
|
| void OnSessionMessagesReceived(
|
| presentation::PresentationSessionInfoPtr session_info,
|
| mojo::Array<presentation::SessionMessagePtr> messages) override;
|
|
|