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

Unified Diff: components/test_runner/mock_webrtc_peer_connection_handler.cc

Issue 2631433002: Rename RTCPeerConnection.updateIce to setConfiguration and make it work. (Closed)
Patch Set: Fixing mock PC handler, using DCHECK for default case in switch statement Created 3 years, 11 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: 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 5a773d21fe0e2df60cb99d08316b943dfdaa4fb7..c8fa60dbcc1181dfae6bfcbb8677f051fb858985 100644
--- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
+++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
@@ -455,7 +455,8 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
}
bool MockWebRTCPeerConnectionHandler::setConfiguration(
- const WebRTCConfiguration& configuration) {
+ const WebRTCConfiguration& configuration,
+ WebRTCError& error) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698