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

Unified Diff: net/spdy/spdy_session.h

Issue 9705046: Switch CreateSpdyHeadersFromHttpRequest to construct the correct headers based on the spdy protocol… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 408245bef95e32b3312f0600ae8c67ccfc311f4e..50447c0b9cce8f1f7697aac091547b9de59a20d5 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -280,6 +280,8 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
return pooled_aliases_;
}
+ int GetProtocolVersion() const;
+
private:
friend class base::RefCounted<SpdySession>;

Powered by Google App Engine
This is Rietveld 408576698