Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: net/quic/quic_client_session.h

Issue 11633030: Send the ClientHello handshake message. Fix a bug in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/quic_client_session.h
===================================================================
--- net/quic/quic_client_session.h (revision 173961)
+++ net/quic/quic_client_session.h (working copy)
@@ -38,7 +38,7 @@
virtual void CloseStream(QuicStreamId stream_id) OVERRIDE;
virtual void OnCryptoHandshakeComplete(QuicErrorCode error) OVERRIDE;
- // Perform a crypto handshake with the server.
+ // Performs a crypto handshake with the server.
int CryptoConnect(const CompletionCallback& callback);
// Causes the QuicConnectionHelper to start reading from the socket

Powered by Google App Engine
This is Rietveld 408576698