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

Unified Diff: net/spdy/spdy_session.h

Issue 25956002: [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 7 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/spdy/buffered_spdy_framer.cc ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index f9c0623d5d48f928e084f71d72789ee64c17807c..857a9bf13733aa2017e107e678b25feebb621a62 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -262,10 +262,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
int certificate_error_code);
// Returns the protocol used by this session. Always between
- // kProtoSPDY2 and kProtoSPDYMaximumVersion.
- //
- // TODO(akalin): Change the lower bound to kProtoSPDYMinimumVersion
- // once we stop supporting SPDY/1.
+ // kProtoSPDYMinimumVersion and kProtoSPDYMaximumVersion.
NextProto protocol() const { return protocol_; }
// Check to see if this SPDY session can support an additional domain.
@@ -1100,11 +1097,8 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
bool enable_compression_;
bool enable_ping_based_connection_checking_;
- // The SPDY protocol used. Always between kProtoSPDY2 and
+ // The SPDY protocol used. Always between kProtoSPDYMinimumVersion and
// kProtoSPDYMaximumVersion.
- //
- // TODO(akalin): Change the lower bound to kProtoSPDYMinimumVersion
- // once we stop supporting SPDY/1.
NextProto protocol_;
SpdyCredentialState credential_state_;
« no previous file with comments | « net/spdy/buffered_spdy_framer.cc ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698