Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: public/platform/modules/presentation/WebPresentationClient.h

Issue 1225523002: Presentation API: startSession() no longer takes a presentation id. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/presentation/Presentation.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/modules/presentation/Presentation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698