Index: public/platform/modules/presentation/WebPresentationClient.h |
diff --git a/public/platform/modules/presentation/WebPresentationClient.h b/public/platform/modules/presentation/WebPresentationClient.h |
index 7b55bb0da9c9cd57bf52391da97c8249f868a470..bf3856d1444cff8764dec85952c5284e03ad3ca1 100644 |
--- a/public/platform/modules/presentation/WebPresentationClient.h |
+++ b/public/platform/modules/presentation/WebPresentationClient.h |
@@ -34,7 +34,7 @@ public: |
// Called when the frame requests to start a new session. |
// The ownership of the |callbacks| argument is transferred to the embedder. |
- virtual void startSession(const WebString& presentationUrl, const WebString& presentationId, WebPresentationSessionClientCallbacks*) = 0; |
+ virtual void startSession(const WebString& presentationUrl, WebPresentationSessionClientCallbacks*) = 0; |
// Called when the frame requests to join an existing session. |
// The ownership of the |callbacks| argument is transferred to the embedder. |