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

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: . 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
Index: public/platform/WebRTCPeerConnectionHandlerClient.h
diff --git a/public/platform/WebRTCPeerConnectionHandlerClient.h b/public/platform/WebRTCPeerConnectionHandlerClient.h
index 7dd4fa234960a23d2e95e6916deca40a304560a6..7a22c735160be669064377c5a62a5797ebaef69d 100644
--- a/public/platform/WebRTCPeerConnectionHandlerClient.h
+++ b/public/platform/WebRTCPeerConnectionHandlerClient.h
@@ -77,6 +77,7 @@ public:
virtual void didRemoveRemoteStream(const WebMediaStream&) = 0;
virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) = 0;
virtual void releasePeerConnectionHandler() = 0;
+ virtual void closePeerConnection() { };
tommi (sloooow) - chröme 2014/08/15 09:53:13 nit: remove semicolon
vrk (LEFT CHROMIUM) 2014/08/16 00:36:25 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698