| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 0099a0f2a048bff297efaa9724fe1d9a3096199b..57eb580ef693dff09bd673646080c60fd8b932b8 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -41,6 +41,10 @@ class CONTENT_EXPORT PresentationDispatcher
|
| const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId,
|
| blink::WebPresentationSessionClientCallbacks* callback);
|
| + virtual void postMessage(
|
| + const blink::WebString& presentationUrl,
|
| + const blink::WebString& presentationId,
|
| + const blink::WebString& message);
|
| virtual void closeSession(
|
| const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId);
|
|
|