| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index a9b70b7fce3ef23fdaaf6fe405b0a35a132dd3f5..85f7356012e26bb36da096b97898bbe2375b7f8b 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -43,6 +43,8 @@ typedef uint32 QuicHeaderId;
|
| // QuicTag is the type of a tag in the wire protocol.
|
| typedef uint32 QuicTag;
|
| typedef std::vector<QuicTag> QuicTagVector;
|
| +// 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;
|
|
|
| // TODO(rch): Consider Quic specific names for these constants.
|
|
|