Chromium Code Reviews| 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>; |