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

Unified Diff: net/quic/quic_crypto_client_stream.h

Issue 1410013010: Remove unused input argument. No functional change expected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106446616
Patch Set: Created 5 years, 1 month 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 | net/quic/quic_crypto_client_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_client_stream.h
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
index 6f98ab7703f63972c9b00add8c4bd45c6eadceb0..ba7e13bf018384b925133b843d9fb318cbcaf524 100644
--- a/net/quic/quic_crypto_client_stream.h
+++ b/net/quic/quic_crypto_client_stream.h
@@ -139,8 +139,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoClientStreamB
void DoInitialize(QuicCryptoClientConfig::CachedState* cached);
// Send either InchoateClientHello or ClientHello message to the server.
- void DoSendCHLO(const CryptoHandshakeMessage* in,
- QuicCryptoClientConfig::CachedState* cached);
+ void DoSendCHLO(QuicCryptoClientConfig::CachedState* cached);
// Process REJ message from the server.
void DoReceiveREJ(const CryptoHandshakeMessage* in,
« no previous file with comments | « no previous file | net/quic/quic_crypto_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698