Index: content/browser/renderer_host/p2p/socket_host_tcp.h |
=================================================================== |
--- content/browser/renderer_host/p2p/socket_host_tcp.h (revision 215641) |
+++ content/browser/renderer_host/p2p/socket_host_tcp.h (working copy) |
@@ -59,6 +59,12 @@ |
friend class P2PSocketHostTcpTestBase; |
friend class P2PSocketHostTcpServerTest; |
+ bool IsOpen() const; |
+ |
+ // SSL/TLS connection functions. |
+ void StartTls(); |
juberti2
2013/08/07 06:04:21
Suggest naming these similarly, e.g. ProcessTlsCon
Mallinath (Gone from Chromium)
2013/08/07 23:48:19
Done.
|
+ void ProcessSSLConnectDone(int status); |
+ |
void DidCompleteRead(int result); |
void DoRead(); |