| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index da5e6389278416e58ec69c0460aac70a89cf13c2..bed547cc659e8de07458504ca0ed31f5fd91ba3f 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -5792,6 +5792,8 @@ TEST(MapFramerErrorToNetError, MapsValue) {
|
| CHECK_EQ(
|
| ERR_SPDY_FRAME_SIZE_ERROR,
|
| MapFramerErrorToNetError(SpdyFramer::SPDY_CONTROL_PAYLOAD_TOO_LARGE));
|
| + CHECK_EQ(ERR_SPDY_FRAME_SIZE_ERROR,
|
| + MapFramerErrorToNetError(SpdyFramer::SPDY_OVERSIZED_PAYLOAD));
|
| }
|
|
|
| TEST(MapRstStreamStatusToProtocolError, MapsValues) {
|
|
|