| Index: net/quic/quic_headers_stream_test.cc
|
| diff --git a/net/quic/quic_headers_stream_test.cc b/net/quic/quic_headers_stream_test.cc
|
| index f2265cec9a00f60eb6da022bc2f476df7c09f537..097df993c1b2a1e0f33333ba137a78973bc401c8 100644
|
| --- a/net/quic/quic_headers_stream_test.cc
|
| +++ b/net/quic/quic_headers_stream_test.cc
|
| @@ -68,6 +68,7 @@ class MockVisitor : public SpdyFramerVisitorInterface {
|
| StringPiece protocol_id,
|
| StringPiece host,
|
| StringPiece origin));
|
| + MOCK_METHOD2(OnUnknownFrame, bool(SpdyStreamId stream_id, int frame_type));
|
| };
|
|
|
| class QuicHeadersStreamTest : public ::testing::TestWithParam<bool> {
|
|
|