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

Unified Diff: net/quic/quic_protocol.h

Issue 2028803002: Move kDeprecatedQuicErrorCode and kActiveQuicErrorCode to domain_reliability to keep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « components/domain_reliability/quic_error_mapping.cc ('k') | net/quic/quic_protocol_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index 05a8ac9ad196290902b9954d67c037e7e5fc04b9..3cef76da21341c87c752c2bed4fed0f91950605a 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -696,10 +696,6 @@ enum QuicErrorCode {
QUIC_LAST_ERROR = 91,
};
-// Must be updated any time a QuicErrorCode is deprecated.
-const int kDeprecatedQuicErrorCount = 4;
-const int kActiveQuicErrorCount = QUIC_LAST_ERROR - kDeprecatedQuicErrorCount;
-
typedef char DiversificationNonce[32];
struct NET_EXPORT_PRIVATE QuicPacketPublicHeader {
« no previous file with comments | « components/domain_reliability/quic_error_mapping.cc ('k') | net/quic/quic_protocol_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698