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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.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: Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h b/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h
index f25765a84ff678d86dc3aa4304f20afe7d965c34..be35fe9ae9104844cfa6e50fcd3316af0b039893 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h
@@ -63,7 +63,7 @@ public:
virtual bool addStream(const WebKit::WebMediaStream&, const WebKit::WebMediaConstraints&) OVERRIDE;
virtual void removeStream(const WebKit::WebMediaStream&) OVERRIDE;
virtual void getStats(const WebKit::WebRTCStatsRequest&) OVERRIDE;
- virtual WebKit::WebRTCDataChannelHandler* createDataChannel(const WebKit::WebString& label, bool reliable) OVERRIDE;
+ virtual WebKit::WebRTCDataChannelHandler* createDataChannel(const WebKit::WebString& label, const WebKit::WebRTCDataChannelInit&) OVERRIDE;
virtual WebKit::WebRTCDTMFSenderHandler* createDTMFSender(const WebKit::WebMediaStreamTrack&) OVERRIDE;
virtual void stop() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698