Don't force SPDY2 (hence we will use the default SPDY3).
commit14dbe273a84c1a52ff906555d1566ab4288e269e
authorjohnme@chromium.org <johnme@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 Nov 2012 21:52:10 +0000 (1 21:52 +0000)
committerjohnme@chromium.org <johnme@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 Nov 2012 21:52:10 +0000 (1 21:52 +0000)
tree7e553b9ec360c6fa67b055f0c414638276316d6f
parentbd6c0eada94e583ebf85aeba97ea184597f2bb90
Don't force SPDY2 (hence we will use the default SPDY3).

See InitializeNetworkOptions in chrome/browser/chrome_browser_main.cc
which calls net::HttpStreamFactory::EnableNpnSpdy() instead of
net::HttpStreamFactory::EnableNpnSpdy3() when you pass kEnableNpn.

BUG=158975

Review URL: https://chromiumcodereview.appspot.com/11358041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165511 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/android/chrome_startup_flags.cc