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

Unified Diff: Source/modules/mediastream/RTCPeerConnection.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 | « no previous file | Source/modules/mediastream/RTCPeerConnection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCPeerConnection.h
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
index 34d4afcb1883c6ec357d8db633368cd17a0b89a1..e3ca9d04f2c36c443208af0a3d30dd4d4f38708f 100644
--- a/Source/modules/mediastream/RTCPeerConnection.h
+++ b/Source/modules/mediastream/RTCPeerConnection.h
@@ -129,6 +129,7 @@ public:
virtual void didRemoveRemoteStream(const WebMediaStream&) OVERRIDE;
virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) OVERRIDE;
virtual void releasePeerConnectionHandler() OVERRIDE;
+ virtual void closePeerConnection() OVERRIDE;
// EventTarget
virtual const AtomicString& interfaceName() const OVERRIDE;
@@ -160,6 +161,8 @@ private:
void changeIceGatheringState(WebRTCPeerConnectionHandlerClient::ICEGatheringState);
void changeIceConnectionState(WebRTCPeerConnectionHandlerClient::ICEConnectionState);
+ void closeInternal();
+
SignalingState m_signalingState;
ICEGatheringState m_iceGatheringState;
ICEConnectionState m_iceConnectionState;
« no previous file with comments | « no previous file | Source/modules/mediastream/RTCPeerConnection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698