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

Unified Diff: net/quic/crypto/quic_crypto_client_config.h

Issue 277523008: Update a function parameter's name in the comment for FillClientHello. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/quic_crypto_client_config.h
===================================================================
--- net/quic/crypto/quic_crypto_client_config.h (revision 269000)
+++ net/quic/crypto/quic_crypto_client_config.h (working copy)
@@ -163,7 +163,7 @@
// |initial_flow_control_window_bytes| is the size of the initial flow
// control window this client will use for new streams.
//
- // |clock| and |rand| are used to generate the nonce and |out_params| is
+ // |now| and |rand| are used to generate the nonce and |out_params| is
// filled with the results of the handshake that the server is expected to
// accept. |preferred_version| is the version of the QUIC protocol that this
// client chose to use initially. This allows the server to detect downgrade
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698