| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index dc94b86e2e37a4464cd87f48d6976ea329daf1e6..a958786c1d7b6003851f59ba58e5a7e13bacc0f0 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -463,8 +463,6 @@ 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);
|
|
|