| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index fb6b4d9a83b02147194dd362b33dc6e1ef65fec0..c88786357c747663c30d61b430e55fa311084f94 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -58,6 +58,8 @@ class CONTENT_EXPORT PresentationDispatcher
|
| void OnSessionStateChange(
|
| presentation::PresentationSessionInfoPtr session_info,
|
| presentation::PresentationSessionState session_state);
|
| + void OnSessionMessagesReceived(
|
| + mojo::Array<presentation::SessionMessagePtr> messages);
|
|
|
| void ConnectToPresentationServiceIfNeeded();
|
|
|
|
|