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

Unified Diff: Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h

Issue 16305017: Removes the old createDataChannel and starts to use the new one with WebRTCDataChannelInit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h
diff --git a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h
index c27f77d67ba7ee4a0697b349bef7cdf71110a25b..9a92556b199a2a4778eb79fd4f137fde1a215a40 100644
--- a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h
+++ b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h
@@ -68,7 +68,7 @@ public:
virtual bool addStream(PassRefPtr<MediaStreamDescriptor>, PassRefPtr<MediaConstraints>) OVERRIDE;
virtual void removeStream(PassRefPtr<MediaStreamDescriptor>) OVERRIDE;
virtual void getStats(PassRefPtr<RTCStatsRequest>) OVERRIDE;
- virtual PassOwnPtr<RTCDataChannelHandler> createDataChannel(const String& label, bool reliable) OVERRIDE;
+ virtual PassOwnPtr<RTCDataChannelHandler> createDataChannel(const String& label, const WebKit::WebRTCDataChannelInit&) OVERRIDE;
virtual PassOwnPtr<RTCDTMFSenderHandler> createDTMFSender(PassRefPtr<MediaStreamComponent>) OVERRIDE;
virtual void stop() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698