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

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: rebase 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 90ef9720032ac26fda0cfdafc41da7002593d512..f3e4f0fc957b2901263c6ab6b9fa8fcb537ec8b0 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
@@ -85,8 +85,8 @@ class WebPresentationClient {
const WebPresentationConnectionProxy*) = 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