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

Unified Diff: net/quic/quic_session.h

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: net/quic/quic_session.h
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
index 4ef7389ca960edbf4795f216ecd4fa31b30e7145..2ac60dc559c7842a644cbbea27d175b037e06029 100644
--- a/net/quic/quic_session.h
+++ b/net/quic/quic_session.h
@@ -186,9 +186,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
// Returns true if any stream is flow controller blocked.
bool IsStreamFlowControlBlocked();
- // Returns true if this is a secure QUIC session.
- bool IsSecure() const { return connection()->is_secure(); }
-
size_t get_max_open_streams() const { return max_open_streams_; }
size_t get_max_available_streams() const {

Powered by Google App Engine
This is Rietveld 408576698