Chromium Code Reviews| Index: content/common/p2p_sockets.h |
| =================================================================== |
| --- content/common/p2p_sockets.h (revision 215641) |
| +++ content/common/p2p_sockets.h (working copy) |
| @@ -19,6 +19,8 @@ |
| P2P_SOCKET_STUN_TCP_CLIENT, |
| P2P_SOCKET_SSLTCP_CLIENT, |
| P2P_SOCKET_STUN_SSLTCP_CLIENT, |
| + P2P_SOCKET_STUN_TLS_CLIENT, |
|
juberti2
2013/08/07 06:04:21
suggest making the non-STUN case first, as in the
Mallinath (Gone from Chromium)
2013/08/07 23:48:19
Done.
|
| + P2P_SOCKET_TLS_CLIENT, |
| }; |
| } // namespace content |