| Index: net/socket_stream/socket_stream.h
|
| ===================================================================
|
| --- net/socket_stream/socket_stream.h (revision 93861)
|
| +++ net/socket_stream/socket_stream.h (working copy)
|
| @@ -228,8 +228,6 @@
|
| STATE_READ_TUNNEL_HEADERS_COMPLETE,
|
| STATE_SOCKS_CONNECT,
|
| STATE_SOCKS_CONNECT_COMPLETE,
|
| - STATE_SECURE_PROXY_CONNECT,
|
| - STATE_SECURE_PROXY_CONNECT_COMPLETE,
|
| STATE_SSL_CONNECT,
|
| STATE_SSL_CONNECT_COMPLETE,
|
| STATE_READ_WRITE,
|
| @@ -257,7 +255,6 @@
|
| // notifications will be sent to delegate.
|
| void Finish(int result);
|
|
|
| - int DidEstablishSSL(int result);
|
| int DidEstablishConnection();
|
| int DidReceiveData(int result);
|
| int DidSendData(int result);
|
| @@ -282,8 +279,6 @@
|
| int DoReadTunnelHeadersComplete(int result);
|
| int DoSOCKSConnect();
|
| int DoSOCKSConnectComplete(int result);
|
| - int DoSecureProxyConnect();
|
| - int DoSecureProxyConnectComplete(int result);
|
| int DoSSLConnect();
|
| int DoSSLConnectComplete(int result);
|
| int DoReadWrite(int result);
|
|
|