Index: content/renderer/p2p/port_allocator.cc |
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc |
index 655ab4522b76fe09ca426ec5276d09252135f618..53753f59676950b0328a101d44329aa6cfcedaca 100644 |
--- a/content/renderer/p2p/port_allocator.cc |
+++ b/content/renderer/p2p/port_allocator.cc |
@@ -189,7 +189,7 @@ void P2PPortAllocatorSession::AllocateRelaySession() { |
WebURLRequest request; |
request.initialize(); |
request.setURL(WebURL(GURL( |
- "http://" + allocator_->config_.relay_server + kCreateRelaySessionURL))); |
+ "https://" + allocator_->config_.relay_server + kCreateRelaySessionURL))); |
request.setAllowStoredCredentials(false); |
request.setCachePolicy(WebURLRequest::ReloadIgnoringCacheData); |
request.setHTTPMethod("GET"); |