Index: net/quic/quic_framer.h |
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h |
index 5960e613cdffc92bc0d6b805e6c20180bd1826a2..2a8b0badce3023aa3e4dae8041bc7112430da34e 100644 |
--- a/net/quic/quic_framer.h |
+++ b/net/quic/quic_framer.h |
@@ -264,6 +264,7 @@ class NET_EXPORT_PRIVATE QuicFramer { |
QuicConnectionIdLength connection_id_length, |
bool includes_version, |
bool includes_path_id, |
+ bool includes_diversification_nonce, |
QuicPacketNumberLength packet_number_length); |
// Serializes a packet containing |frames| into |buffer|. |
@@ -554,6 +555,8 @@ class NET_EXPORT_PRIVATE QuicFramer { |
// The time delta computed for the last timestamp frame. This is relative to |
// the creation_time. |
QuicTime::Delta last_timestamp_; |
+ // The diversification nonce from the last received packet. |
+ DiversificationNonce last_nonce_; |
DISALLOW_COPY_AND_ASSIGN(QuicFramer); |
}; |