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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h

Issue 2874483002: [Presentation API] Remove closed connections from PresentationConnectionList (Closed)
Patch Set: Created 3 years, 7 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/PresentationReceiver.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
index d5de7a5cdf1fbdb0bcbef7798b1563ec2fa59a4b..9cb436b1269776eda61b308729a8145f6111a8c7 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
@@ -52,6 +52,7 @@ class MODULES_EXPORT PresentationReceiver final
const WebPresentationInfo&) override;
void DidChangeConnectionState(WebPresentationConnectionState) override;
void TerminateConnection() override;
+ void RemoveConnection(WebPresentationConnection*) override;
void RegisterConnection(PresentationConnection*);

Powered by Google App Engine
This is Rietveld 408576698