| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 6ad077d20b92027ab192b4d6f2f13e09608b0a46..23b1f4092463fd39f3b024afc03eac6f2a7669f5 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -290,7 +290,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| scoped_ptr<SpdyFrame> CreateSynStream(
|
| SpdyStreamId stream_id,
|
| RequestPriority priority,
|
| - uint8 credential_slot,
|
| SpdyControlFlags flags,
|
| const SpdyHeaderBlock& headers);
|
|
|
| @@ -802,7 +801,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| virtual void OnSynStream(SpdyStreamId stream_id,
|
| SpdyStreamId associated_stream_id,
|
| SpdyPriority priority,
|
| - uint8 credential_slot,
|
| bool fin,
|
| bool unidirectional,
|
| const SpdyHeaderBlock& headers) OVERRIDE;
|
|
|