| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index 3c8c5fb5af5b9cd4eb630343819a5f81d034aa0b..973dcc7bdee3b216949283c7cf76517b28ab418c 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) {
|
|
|