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

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: Rebase. 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..0b79863f1d454fc15fc56ba96378e8a71e8f8613 100644
--- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
+++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
@@ -454,9 +454,9 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
return remote_description_;
}
-bool MockWebRTCPeerConnectionHandler::setConfiguration(
+WebRTCErrorType MockWebRTCPeerConnectionHandler::setConfiguration(
const WebRTCConfiguration& configuration) {
- return true;
+ return WebRTCErrorType::kNone;
}
bool MockWebRTCPeerConnectionHandler::addICECandidate(
« no previous file with comments | « components/test_runner/mock_webrtc_peer_connection_handler.h ('k') | content/browser/webrtc/webrtc_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698