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

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

Issue 2509053004: Move some more constants and typedefs around. No behavior change. (Closed)
Patch Set: 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_protocol.h ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_protocol.cc
diff --git a/net/quic/core/quic_protocol.cc b/net/quic/core/quic_protocol.cc
index 8db8d57624485030550fa264795bc8304cb3b0eb..d4502ac39dbe6baafd4e724dc770b1b0887010fe 100644
--- a/net/quic/core/quic_protocol.cc
+++ b/net/quic/core/quic_protocol.cc
@@ -18,8 +18,6 @@ using std::string;
namespace net {
-const char* const kFinalOffsetHeaderKey = ":final-offset";
-
size_t GetPacketHeaderSize(QuicVersion version,
const QuicPacketHeader& header) {
return GetPacketHeaderSize(version, header.public_header.connection_id_length,
« no previous file with comments | « net/quic/core/quic_protocol.h ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698