| Index: net/spdy/spdy_no_op_visitor.h
|
| diff --git a/net/spdy/spdy_no_op_visitor.h b/net/spdy/spdy_no_op_visitor.h
|
| index b06f7322af69ce3e1e3f1c4d53a669f07606dcc6..8502024870d41e0a2f9a41438d487a52c737a943 100644
|
| --- a/net/spdy/spdy_no_op_visitor.h
|
| +++ b/net/spdy/spdy_no_op_visitor.h
|
| @@ -37,14 +37,13 @@ class SpdyNoOpVisitor : public SpdyFramerVisitorInterface,
|
| size_t len) override {}
|
| void OnStreamEnd(SpdyStreamId stream_id) override {}
|
| void OnStreamPadding(SpdyStreamId stream_id, size_t len) override {}
|
| - void OnRstStream(SpdyStreamId stream_id,
|
| - SpdyRstStreamStatus status) override {}
|
| + void OnRstStream(SpdyStreamId stream_id, SpdyErrorCode error_code) override {}
|
| void OnSetting(SpdySettingsIds id, uint32_t value) override {}
|
| void OnPing(SpdyPingId unique_id, bool is_ack) override {}
|
| void OnSettingsEnd() override {}
|
| void OnSettingsAck() override {}
|
| void OnGoAway(SpdyStreamId last_accepted_stream_id,
|
| - SpdyGoAwayStatus status) override {}
|
| + SpdyErrorCode error_code) override {}
|
| void OnHeaders(SpdyStreamId stream_id,
|
| bool has_priority,
|
| int weight,
|
|
|