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

Unified Diff: net/quic/quic_connection.h

Issue 1397983007: relnote: remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rch_insecure_quic
Patch Set: Compile fix 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 a85508fdb3ee8d6b5ed9b2124e17208fa5ba0dd8..64c1f66fc67f5f57efb7a689760f22649267c7e0 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