summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-25 18:31:05 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-25 18:31:05 +0000
commit9d9e7939cc8eb945dd8830afdc62f20842822880 (patch)
tree737bd98c65a4e5cbd28450b7328a1157c364852e /chrome/browser/io_thread.h
parent4172b0844fa61f550d1807afa0fb1a7a70d3215e (diff)
downloadchromium_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.h1
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