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

Unified Diff: content/shell/test_runner/mock_webrtc_peer_connection_handler.h

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: rebaselining Created 3 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
Index: content/shell/test_runner/mock_webrtc_peer_connection_handler.h
diff --git a/content/shell/test_runner/mock_webrtc_peer_connection_handler.h b/content/shell/test_runner/mock_webrtc_peer_connection_handler.h
index 4dd5c929a67c8403111eb590e7b757bb42265d7c..18e465ad1c2029d8b8d2454ebfc2f3f0308ff8f5 100644
--- a/content/shell/test_runner/mock_webrtc_peer_connection_handler.h
+++ b/content/shell/test_runner/mock_webrtc_peer_connection_handler.h
@@ -53,6 +53,7 @@ class MockWebRTCPeerConnectionHandler
blink::WebRTCSessionDescription remoteDescription() override;
blink::WebRTCErrorType setConfiguration(
const blink::WebRTCConfiguration& configuration) override;
+ blink::WebRTCConfiguration getConfiguration() override;
bool addICECandidate(const blink::WebRTCICECandidate& ice_candidate) override;
bool addICECandidate(const blink::WebRTCVoidRequest& request,
const blink::WebRTCICECandidate& ice_candidate) override;

Powered by Google App Engine
This is Rietveld 408576698