Index: net/spdy/spdy_test_utils.cc |
diff --git a/net/spdy/spdy_test_utils.cc b/net/spdy/spdy_test_utils.cc |
index 6c1396298d51eff264e1c291d7c339a31c15f850..8ea16c8a69f1d834d4c4221c9cea7adde3d9ac21 100644 |
--- a/net/spdy/spdy_test_utils.cc |
+++ b/net/spdy/spdy_test_utils.cc |
@@ -95,7 +95,6 @@ void SetFrameFlags(SpdyFrame* frame, |
case SPDY2: |
case SPDY3: |
case SPDY4: |
- case SPDY5: |
frame->data()[4] = flags; |
break; |
default: |
@@ -118,7 +117,6 @@ void SetFrameLength(SpdyFrame* frame, |
} |
break; |
case SPDY4: |
- case SPDY5: |
CHECK_GT(1u<<14, length); |
{ |
int32 wire_length = base::HostToNet32(length); |