| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index fe4e8b72105a207187e606008cd8ed0a4883b113..ec0aea66b6709a7a1641e0701337b800dedb2f24 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -50,9 +50,6 @@ typedef uint32 QuicHeaderId;
|
| typedef uint32 QuicTag;
|
| typedef std::vector<QuicTag> QuicTagVector;
|
| typedef std::map<QuicTag, std::string> QuicTagValueMap;
|
| -// TODO(rtenneti): Didn't use SpdyPriority because SpdyPriority is uint8 and
|
| -// QuicPriority is uint32. Use SpdyPriority when we change the QUIC_VERSION.
|
| -typedef uint32 QuicPriority;
|
| typedef uint16 QuicPacketLength;
|
|
|
| // Default initial maximum size in bytes of a QUIC packet.
|
|
|