| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index c095a4d9eede3dc11b5ca21374afcd345de27ba9..47d4cec913df72a1261a34c62c5b495e5f9ed25c 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -75,7 +75,7 @@ class QuicClient : public EpollCallbackInterface,
|
| // Start the crypto handshake. This can be done in place of the synchronous
|
| // Connect(), but callers are responsible for making sure the crypto handshake
|
| // completes.
|
| - bool StartConnect();
|
| + void StartConnect();
|
|
|
| // Returns true if the crypto handshake has yet to establish encryption.
|
| // Returns false if encryption is active (even if the server hasn't confirmed
|
|
|