Index: content/renderer/presentation/presentation_dispatcher.h |
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h |
index 3304ad03a937b85295dcf0092b9ae4b960e85a4c..2b78b757119f88b7652e4cfbf72f1296f4bf5b95 100644 |
--- a/content/renderer/presentation/presentation_dispatcher.h |
+++ b/content/renderer/presentation/presentation_dispatcher.h |
@@ -75,6 +75,8 @@ class CONTENT_EXPORT PresentationDispatcher |
const blink::WebString& presentationId, |
const uint8* data, |
size_t length) override; |
+ void closeSession(const blink::WebString& presentationUrl, |
+ const blink::WebString& presentationId) override; |
void terminateSession(const blink::WebString& presentationUrl, |
const blink::WebString& presentationId) override; |
void getAvailability( |