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

Unified Diff: net/spdy/spdy_stream.h

Issue 2141993002: Remove many-many SpdyMajorVersion and NextProto arguments and members. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove OnSynStream() and OnSynReply(). Created 4 years, 5 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/spdy_session_unittest.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 499372a9ca87bcc223459910f89cbc32df16ed3b..142a62a1e07b43bc7705ddcd3c0c33787f115da9 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -417,10 +417,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
// yet.
bool IsReservedRemote() const;
- // Returns the protocol used by this stream. Always between
- // kProtoSPDYMinimumVersion and kProtoSPDYMaximumVersion.
- NextProto GetProtocol() const;
-
int response_status() const { return response_status_; }
void AddRawReceivedBytes(size_t received_bytes);
@@ -445,8 +441,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
// TODO(akalin): Remove this, as it's only used in tests.
bool HasUrlFromHeaders() const;
- SpdyMajorVersion GetProtocolVersion() const;
-
private:
class SynStreamBufferProducer;
class HeaderBufferProducer;
« no previous file with comments | « net/spdy/spdy_session_unittest.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698