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*); |