Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: net/quic/core/quic_connection.h

Issue 2336803004: Deprecate FLAGS_quic_remove_obsolete_forward_secure. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/core/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index 0f87039df8068609dd6168fa32849e2a19980de6..064ab5c4641a4b419c0a64a7d87340256d9879b7 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -880,11 +880,6 @@ class NET_EXPORT_PRIVATE QuicConnection
// Encryption level for new packets. Should only be changed via
// SetDefaultEncryptionLevel().
EncryptionLevel encryption_level_;
- bool has_forward_secure_encrypter_;
- // The packet number of the first packet which will be encrypted with the
- // foward-secure encrypter, even if the peer has not started sending
- // forward-secure packets.
- QuicPacketNumber first_required_forward_secure_packet_;
const QuicClock* clock_;
QuicRandom* random_generator_;
« no previous file with comments | « no previous file | net/quic/core/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698