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

Unified Diff: public/platform/WebRTCPeerConnectionHandlerClient.h

Issue 472163002: Add method to notify blink when PeerConnection is closed in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename Created 6 years, 4 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
« no previous file with comments | « Source/modules/mediastream/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCPeerConnectionHandlerClient.h
diff --git a/public/platform/WebRTCPeerConnectionHandlerClient.h b/public/platform/WebRTCPeerConnectionHandlerClient.h
index 9efd1262a3cba3dda28d9251fdaf0aad102b1bad..54bc6a49b3962e45090b59c88207cd1b1f065a49 100644
--- a/public/platform/WebRTCPeerConnectionHandlerClient.h
+++ b/public/platform/WebRTCPeerConnectionHandlerClient.h
@@ -78,6 +78,7 @@ public:
virtual void didRemoveRemoteStream(const WebMediaStream&) = 0;
virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) = 0;
virtual void releasePeerConnectionHandler() = 0;
+ virtual void closePeerConnection() { }
};
} // namespace blink
« no previous file with comments | « Source/modules/mediastream/RTCPeerConnection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698