Index: content/renderer/presentation/presentation_dispatcher.h |
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h |
index c96789cfda423e328708e11cc9621c5bb4e930c9..c29a8828382565b68a637448af6142be761f6965 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; |