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

Unified Diff: net/quic/quic_connection.h

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enough! Created 5 years, 2 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 | « net/quic/quic_chromium_client_session_test.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 5871c331e29e9f5f28c499da6a93408d040b5a22..f4f3cb5f73e97922a03d3b881b4462f4903830d5 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -294,7 +294,6 @@ class NET_EXPORT_PRIVATE QuicConnection
const PacketWriterFactory& writer_factory,
bool owns_writer,
Perspective perspective,
- bool is_secure,
const QuicVersionVector& supported_versions);
~QuicConnection() override;
@@ -611,8 +610,6 @@ class NET_EXPORT_PRIVATE QuicConnection
QuicPacketWriter* writer() { return writer_; }
const QuicPacketWriter* writer() const { return writer_; }
- bool is_secure() const { return is_secure_; }
-
// Sends an MTU discovery packet of size |target_mtu|. If the packet is
// acknowledged by the peer, the maximum packet size will be increased to
// |target_mtu|.
@@ -948,9 +945,6 @@ class NET_EXPORT_PRIVATE QuicConnection
// version negotiation packet.
QuicVersionVector server_supported_versions_;
- // True if this is a secure QUIC connection.
- bool is_secure_;
-
// The size of the packet we are targeting while doing path MTU discovery.
QuicByteCount mtu_discovery_target_;
« no previous file with comments | « net/quic/quic_chromium_client_session_test.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698