From b559b1363c3095ff42577739e00a37b1975d1959 Mon Sep 17 00:00:00 2001 From: "rch@chromium.org" Date: Tue, 29 Jan 2013 22:13:32 +0000 Subject: Add support for a --enable-quic command line flag. Create a new --enable-quic command line flag, which defaults to false. When true, enables support in the networks stack for the QUIC protocol. Review URL: https://chromiumcodereview.appspot.com/12084025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179431 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/io_thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/io_thread.h') diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index df89dde..d612b35 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -160,6 +160,7 @@ class IOThread : public content::BrowserThreadDelegate { Optional enable_spdy_compression; Optional enable_spdy_ping_based_connection_checking; Optional spdy_default_protocol; + Optional enable_quic; Optional origin_port_to_force_quic_on; Optional use_spdy_over_quic; // NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a -- cgit v1.1