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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.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/Source/modules/presentation/PresentationConnection.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
index 804d109eeef6651a7343a2b420fad7522cd02a77..263baa97f7bbc706b73f845e192700ee03513e70 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
@@ -91,6 +91,7 @@ class PresentationConnection final : public EventTargetWithInlineData,
void didChangeState(WebPresentationConnectionState) override;
WebPresentationConnectionState getState();
+ void didChangeState(WebPresentationConnectionState, bool shouldDispatchEvent);
protected:
// EventTarget implementation.

Powered by Google App Engine
This is Rietveld 408576698