| 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 f59af9ecf9317e095625d52e83081438fbde0a70..73d0afcbbb724555f894e55279e8a9f70965a6e3 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -248,6 +248,9 @@ class PriorityGetter : public BufferedSpdyFramerVisitorInterface {
|
| virtual void OnPushPromise(SpdyStreamId stream_id,
|
| SpdyStreamId promised_stream_id,
|
| const SpdyHeaderBlock& headers) OVERRIDE {}
|
| + virtual bool OnUnknownFrame(SpdyStreamId stream_id, int frame_type) OVERRIDE {
|
| + return false;
|
| + }
|
|
|
| private:
|
| SpdyPriority priority_;
|
|
|