summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 21:15:44 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 21:15:44 +0000
commita5f3bbdb16139b635d4328957efa0da1745e8d7c (patch)
treeebb422fd85880224f937ef4f57299b739d889cce /net/spdy/spdy_session.h
parent9a01143136ebef2586d03f923c9d63d2c54f5d45 (diff)
downloadchromium_src-a5f3bbdb16139b635d4328957efa0da1745e8d7c.zip
chromium_src-a5f3bbdb16139b635d4328957efa0da1745e8d7c.tar.gz
chromium_src-a5f3bbdb16139b635d4328957efa0da1745e8d7c.tar.bz2
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
This lands server change 48855179. R=rtenneti@chromium.org Review URL: https://codereview.chromium.org/19269003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r--net/spdy/spdy_session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 7cabac0..c2c6cfd 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -699,6 +699,8 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE;
virtual void OnWindowUpdate(SpdyStreamId stream_id,
uint32 delta_window_size) OVERRIDE;
+ virtual void OnPushPromise(SpdyStreamId stream_id,
+ SpdyStreamId promised_stream_id) OVERRIDE;
virtual void OnSynStream(SpdyStreamId stream_id,
SpdyStreamId associated_stream_id,
SpdyPriority priority,