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

Unified Diff: components/test_runner/mock_webrtc_peer_connection_handler.cc

Issue 1729683002: Remove old-style constraints from Chrome internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Complete the interface change Created 4 years, 9 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 | « components/test_runner/mock_webrtc_peer_connection_handler.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/mock_webrtc_peer_connection_handler.cc
diff --git a/components/test_runner/mock_webrtc_peer_connection_handler.cc b/components/test_runner/mock_webrtc_peer_connection_handler.cc
index 5f46a3779eb4eaf7ef5dab78ee13a25fb09a286d..019c529eb20a125150eb3bdc27bf2a081532495b 100644
--- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
+++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
@@ -324,8 +324,7 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
}
bool MockWebRTCPeerConnectionHandler::updateICE(
- const WebRTCConfiguration& configuration,
- const WebMediaConstraints& constraints) {
+ const WebRTCConfiguration& configuration) {
return true;
}
« no previous file with comments | « components/test_runner/mock_webrtc_peer_connection_handler.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698