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

Unified Diff: components/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, 10 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.h
diff --git a/components/test_runner/mock_webrtc_peer_connection_handler.h b/components/test_runner/mock_webrtc_peer_connection_handler.h
index 1e906fe0953ad61c941285ebe04a9b55e3cb7e71..75e183822aca8c13d656e20b05d2f245484897e1 100644
--- a/components/test_runner/mock_webrtc_peer_connection_handler.h
+++ b/components/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