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

Unified Diff: content/renderer/media/peer_connection_tracker.cc

Issue 2659783002: rename iceTransportType to iceTransportPolicy (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/peer_connection_tracker.cc
diff --git a/content/renderer/media/peer_connection_tracker.cc b/content/renderer/media/peer_connection_tracker.cc
index 1b92e23eece3922d7f27d098ac5b3e266996b1f7..bfa8b6f20d8b794629783f1807a1d70dda8e63be 100644
--- a/content/renderer/media/peer_connection_tracker.cc
+++ b/content/renderer/media/peer_connection_tracker.cc
@@ -429,8 +429,8 @@ void PeerConnectionTracker::RegisterPeerConnection(
info.lid = GetNextLocalID();
info.rtc_configuration =
- "{ servers: " + SerializeServers(config.servers) + ", " +
- "iceTransportType: " + SerializeIceTransportType(config.type) + ", " +
+ "{ iceServers: " + SerializeServers(config.servers) + ", " +
+ "iceTransportPolicy: " + SerializeIceTransportType(config.type) + ", " +
"bundlePolicy: " + SerializeBundlePolicy(config.bundle_policy) + ", " +
"rtcpMuxPolicy: " + SerializeRtcpMuxPolicy(config.rtcp_mux_policy) + " }";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698