| Index: content/renderer/p2p/port_allocator.h
|
| diff --git a/content/renderer/p2p/port_allocator.h b/content/renderer/p2p/port_allocator.h
|
| index 258d7856733af49e06bff0adf04f17000d984d60..65250a447f534712546f26fcdde077748ead8ed0 100644
|
| --- a/content/renderer/p2p/port_allocator.h
|
| +++ b/content/renderer/p2p/port_allocator.h
|
| @@ -43,9 +43,7 @@ class P2PPortAllocator : public cricket::BasicPortAllocator {
|
| bool secure;
|
| };
|
|
|
| - // STUN server address and port.
|
| - std::string stun_server;
|
| - int stun_server_port;
|
| + std::set<rtc::SocketAddress> stun_servers;
|
|
|
| std::vector<RelayServerConfig> relays;
|
|
|
|
|