| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 2054b4999232575e0d225be4fa0f45f2623a2ddf..cc1dd4f8414641ae93814c0cd9480b82cc286bb5 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -216,7 +216,6 @@ class PriorityGetter : 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 {
|
| @@ -750,10 +749,8 @@ SpdyFrame* SpdyTestUtil::ConstructSpdyFrame(
|
| break;
|
| case SYN_STREAM:
|
| {
|
| - size_t credential_slot = is_spdy2() ? 0 : header_info.credential_slot;
|
| frame = framer.CreateSynStream(header_info.id, header_info.assoc_id,
|
| header_info.priority,
|
| - credential_slot,
|
| header_info.control_flags,
|
| headers.get());
|
| }
|
|
|