| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index 438cbbdb80c1c7603e8fe5fd6c3ae82bf43ff947..bf2ab3d8d7f68f4d52d43ef38610e9d80137b30c 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -47,6 +47,8 @@ const size_t kQuicEntropyHashSize = 1;
|
| const size_t kQuicDeltaTimeLargestObservedSize = 2;
|
| // Size in bytes reserved for the number of missing packets in ack frames.
|
| const size_t kNumberOfMissingPacketsSize = 1;
|
| +// Size in bytes reserved for the number of revived packets in ack frames.
|
| +const size_t kNumberOfRevivedPacketsSize = 1;
|
|
|
| // This class receives callbacks from the framer when packets
|
| // are processed.
|
|
|