diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 01:42:01 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 01:42:01 +0000 |
commit | b7747559bf47a75acf4d599ce4cf504ffc19819c (patch) | |
tree | 8fb7e02842c5229346eda1db280ba80b3a842f93 /net/http/http_network_session.h | |
parent | e2a1bf5f05dbde21667bc4ab5bd9b7bc035aaa2d (diff) | |
download | chromium_src-b7747559bf47a75acf4d599ce4cf504ffc19819c.zip chromium_src-b7747559bf47a75acf4d599ce4cf504ffc19819c.tar.gz chromium_src-b7747559bf47a75acf4d599ce4cf504ffc19819c.tar.bz2 |
Remove a bunch of unused network flags.
--enable-sdch (renamed to --enable-sdch-over-https)
--enable-spdy2
--max-spdy-concurrent-streams (kept the ability in the networking library to expose this for configuration purposes, but chromium will not configure it)
--enable-ip-pooling
--disable-ip-pooling
BUG=344673,303957,344684,344698,344793
Review URL: https://codereview.chromium.org/169053004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r-- | net/http/http_network_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h index 9be0e91..1e1635c 100644 --- a/net/http/http_network_session.h +++ b/net/http/http_network_session.h @@ -78,7 +78,6 @@ class NET_EXPORT HttpNetworkSession uint16 testing_fixed_http_port; uint16 testing_fixed_https_port; bool force_spdy_single_domain; - bool enable_spdy_ip_pooling; bool enable_spdy_compression; bool enable_spdy_ping_based_connection_checking; NextProto spdy_default_protocol; |