Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 0f083536d6c84a44e2e922540018df2bd311b7a2..74ed3bc3ca017a6316f46891b74c53ad8bfe801e 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -693,6 +693,7 @@ class NET_EXPORT_PRIVATE QuicConnection |
std::vector<QuicGoAwayFrame> last_goaway_frames_; |
std::vector<QuicWindowUpdateFrame> last_window_update_frames_; |
std::vector<QuicBlockedFrame> last_blocked_frames_; |
+ std::vector<QuicPingFrame> last_ping_frames_; |
std::vector<QuicConnectionCloseFrame> last_close_frames_; |
QuicCongestionFeedbackFrame outgoing_congestion_feedback_; |