diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 18:31:05 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 18:31:05 +0000 |
commit | 9d9e7939cc8eb945dd8830afdc62f20842822880 (patch) | |
tree | 737bd98c65a4e5cbd28450b7328a1157c364852e /chrome/browser/io_thread.h | |
parent | 4172b0844fa61f550d1807afa0fb1a7a70d3215e (diff) | |
download | chromium_src-9d9e7939cc8eb945dd8830afdc62f20842822880.zip chromium_src-9d9e7939cc8eb945dd8830afdc62f20842822880.tar.gz chromium_src-9d9e7939cc8eb945dd8830afdc62f20842822880.tar.bz2 |
Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.
Review URL: https://chromiumcodereview.appspot.com/12326073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index c6d2dba..627dcfb 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -162,7 +162,6 @@ class IOThread : public content::BrowserThreadDelegate { Optional<net::NextProto> spdy_default_protocol; Optional<bool> enable_quic; Optional<uint16> origin_port_to_force_quic_on; - Optional<bool> use_spdy_over_quic; bool enable_user_alternate_protocol_ports; // NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a // main frame load fails with a DNS error in order to provide more useful |