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

Unified Diff: net/quic/core/quic_crypto_stream.cc

Issue 2516033003: Landing Recent QUIC changes until Mon Nov 14 04:43:50 2016 +0000 (Closed)
Patch Set: Remove unused UpdatePacketGapSentHistogram() function. Created 4 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 | « net/quic/core/quic_crypto_server_stream_test.cc ('k') | net/quic/core/quic_error_codes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_crypto_stream.cc
diff --git a/net/quic/core/quic_crypto_stream.cc b/net/quic/core/quic_crypto_stream.cc
index 66209fd6c8bba37d73f9a6172ab12a42d7f46e6e..9c4488f1c9bc41c8d16024d32e032e4b58a28287 100644
--- a/net/quic/core/quic_crypto_stream.cc
+++ b/net/quic/core/quic_crypto_stream.cc
@@ -49,7 +49,7 @@ QuicByteCount QuicCryptoStream::CryptoMessageFramingOverhead(
void QuicCryptoStream::OnError(CryptoFramer* framer) {
DLOG(WARNING) << "Error processing crypto data: "
- << QuicUtils::ErrorToString(framer->error());
+ << QuicErrorCodeToString(framer->error());
}
void QuicCryptoStream::OnHandshakeMessage(
« no previous file with comments | « net/quic/core/quic_crypto_server_stream_test.cc ('k') | net/quic/core/quic_error_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698