diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 22:47:01 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 22:47:01 +0000 |
commit | 2e6747c9f2c331ffa843c57ced994192a8ce0c87 (patch) | |
tree | 7c59b242e12d707342b3524bb5c8cb7366bb1c0f /net/spdy/spdy_session.h | |
parent | a7b16392ca1aa609cdc281e75cedf6fbbfe0bb0d (diff) | |
download | chromium_src-2e6747c9f2c331ffa843c57ced994192a8ce0c87.zip chromium_src-2e6747c9f2c331ffa843c57ced994192a8ce0c87.tar.gz chromium_src-2e6747c9f2c331ffa843c57ced994192a8ce0c87.tar.bz2 |
Use SpdyMajorVersion instead of int consistently
as the data type to describe the SPDY version.
Review URL: https://codereview.chromium.org/88693002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index e81ab26..8c8f72d 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -433,7 +433,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, return pooled_aliases_; } - int GetProtocolVersion() const; + SpdyMajorVersion GetProtocolVersion() const; size_t GetDataFrameMinimumSize() const { return buffered_spdy_framer_->GetDataFrameMinimumSize(); |