https://crrev.com/708623002 disabled SPDY/3.0 support in Chromium. This made the...
commit3bb2c233b513394ef26ee69c90871c16d080524e
authorbnc <bnc@chromium.org>
Fri, 7 Nov 2014 20:26:39 +0000 (7 12:26 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 7 Nov 2014 20:27:21 +0000 (7 20:27 +0000)
tree97e53eb7489ee7a7014b6e00b3731530e06a81aa
parent82d703d8c04a40b0598a473a15afcbb5f2b3c883
https://crrev.com/708623002 disabled SPDY/3.0 support in Chromium.  This made the --disable-spdy31 command line flag useless.  (To disable SPDY support altogether, one can still use --enable-npn-http or --use-spdy=off.)

This CL removes --disable-spdy31, together with the obsolete functions NextProtosSpdy3() and NextProtosSpdy31WithSpdy2().  The latter has been unused for a while.

BUG=431299

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

Cr-Commit-Position: refs/heads/master@{#303283}
chrome/browser/io_thread.cc
chrome/common/chrome_switches.cc
chrome/common/chrome_switches.h
net/quic/quic_network_transaction_unittest.cc
net/socket/next_proto.cc
net/socket/next_proto.h