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

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

Issue 2484273003: [Presentation API] (1-UA) fire PresentationConnection onterminate event if receiver page gets destr… (Closed)
Patch Set: resolve code review comments from Mark Created 3 years, 10 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
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 d92088b9ffce83b4e4a593b3ff11077b882cfab6..98f7550fed03c6e63d4c89a0c16d8c76f493a2f7 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
@@ -84,8 +84,8 @@ class WebPresentationClient {
const WebString& presentationId) = 0;
// Called when the frame requests to terminate an existing session.
- virtual void terminateSession(const WebURL& presentationUrl,
- const WebString& presentationId) = 0;
+ virtual void terminateConnection(const WebURL& presentationUrl,
+ const WebString& presentationId) = 0;
// Called when the frame wants to know the availability of a presentation
// display for |availabilityUrl|.

Powered by Google App Engine
This is Rietveld 408576698