| Index: net/quic/chromium/quic_chromium_client_session.h
|
| diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h
|
| index 7d9a87bb1e7cb0444b430274d79919cc8c15d65f..359df9108878067a574a6d23f0d590eefe7ac96a 100644
|
| --- a/net/quic/chromium/quic_chromium_client_session.h
|
| +++ b/net/quic/chromium/quic_chromium_client_session.h
|
| @@ -216,9 +216,6 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
|
| // Performs a crypto handshake with the server.
|
| int CryptoConnect(const CompletionCallback& callback);
|
|
|
| - // Resumes a crypto handshake with the server after a timeout.
|
| - int ResumeCryptoConnect(const CompletionCallback& callback);
|
| -
|
| // Causes the QuicConnectionHelper to start reading from all sockets
|
| // and passing the data along to the QuicConnection.
|
| void StartReading();
|
|
|