Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
index 4edf5772170575db2dd2b36f35c77c2ad75e6aff..74bb2c5da77ccfe6f2902d89b0224a7025d31c19 100644 |
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
@@ -52,6 +52,9 @@ public: |
// Embedder copies the |data| and the ownership is not transferred. |
virtual void sendBlobData(const WebString& presentationUrl, const WebString& presentationId, const uint8_t* data, size_t length) = 0; |
+ // Called when the frame requests to close an existing session. |
+ virtual void closeSession(const WebString& presentationUrl, const WebString& presentationId) = 0; |
+ |
// Called when the frame requests to terminate an existing session. |
virtual void terminateSession(const WebString& presentationUrl, const WebString& presentationId) = 0; |