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

Unified Diff: net/quic/quic_protocol.h

Issue 14411004: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use CONFIG_VERSION insteaf of VERSION Created 7 years, 8 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
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index b3f11cbd38335a25085b3772a281a68d67271a36..d37320364d73b100e69196a3bcc2bae8bd9913ac 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -216,7 +216,7 @@ enum QuicErrorCode {
// An internal error occured in crypto processing.
QUIC_CRYPTO_INTERNAL_ERROR,
// A crypto handshake message specified an unsupported version.
- QUIC_VERSION_NOT_SUPPORTED,
+ QUIC_CRYPTO_VERSION_NOT_SUPPORTED,
// There was no intersection between the crypto primitives supported by the
// peer and ourselves.
QUIC_CRYPTO_NO_SUPPORT,

Powered by Google App Engine
This is Rietveld 408576698