| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index 1349f9360c6c0e6f673c7019c3ee6a8b319bc341..41ed0b86e5683483198a81b3fd5eb63b4b15827f 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -463,6 +463,8 @@ class NET_EXPORT_PRIVATE QuicFramer {
|
| QuicDataWriter* builder);
|
| bool AppendCongestionFeedbackFrame(const QuicCongestionFeedbackFrame& frame,
|
| QuicDataWriter* builder);
|
| + bool AppendTimestampFrame(const QuicCongestionFeedbackFrame& frame,
|
| + QuicDataWriter* builder);
|
| bool AppendStopWaitingFrame(const QuicPacketHeader& header,
|
| const QuicStopWaitingFrame& frame,
|
| QuicDataWriter* builder);
|
|
|