Remove SpdySessionTest pre-SPDY/3.1 conditionals.
commit1e3f2817944598321d5a66bef6a62d14f6649c8e
authorbnc <bnc@chromium.org>
Fri, 21 Aug 2015 11:43:41 +0000 (21 04:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 21 Aug 2015 11:44:29 +0000 (21 11:44 +0000)
tree42998c3f9748648549c1c4f356673578acbb507a
parent161a9b59f425cfc3643e79c228eab8477165ae30
Remove SpdySessionTest pre-SPDY/3.1 conditionals.

Since these unittests are only instantiated for SPDY/3.1 and HTTP/2 (see line
185), these early returns from tests that require at least SPDY/3.1 never get
executed.

BUG=521599

Review URL: https://codereview.chromium.org/1303693003

Cr-Commit-Position: refs/heads/master@{#344740}
net/spdy/spdy_session_unittest.cc