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

Unified Diff: content/renderer/p2p/port_allocator.cc

Issue 22452002: Adding TLS support to the TCP Client sockets. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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/renderer/p2p/port_allocator.cc
===================================================================
--- content/renderer/p2p/port_allocator.cc (revision 215641)
+++ content/renderer/p2p/port_allocator.cc (working copy)
@@ -385,7 +385,9 @@
}
relay_server.ports.push_back(cricket::ProtocolAddress(
- relay_info.resolved_relay_address, protocol));
+ relay_info.resolved_relay_address,
+ protocol,
+ relay_info.config.secure));
relay_server.credentials = credentials;
port_config->AddRelay(relay_server);
}
« content/browser/renderer_host/p2p/socket_host_tcp.cc ('K') | « content/renderer/p2p/port_allocator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698