| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 2fcd493928ff5844998dc5e11e4e78d6df436038..0099a0f2a048bff297efaa9724fe1d9a3096199b 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -41,6 +41,9 @@ class CONTENT_EXPORT PresentationDispatcher
|
| const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId,
|
| blink::WebPresentationSessionClientCallbacks* callback);
|
| + virtual void closeSession(
|
| + const blink::WebString& presentationUrl,
|
| + const blink::WebString& presentationId);
|
|
|
| // RenderFrameObserver
|
| void DidChangeDefaultPresentation() override;
|
|
|