diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 04:18:03 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 04:18:03 +0000 |
commit | 49e85333c1a2c07d1342c7de4f1d5f648f00905f (patch) | |
tree | 2a090396ef20837ae6c00cf87335e7184f7514be /chrome/browser/io_thread.h | |
parent | 7c50f464e36b24c9823dba8c8bbc72792f4005e6 (diff) | |
download | chromium_src-49e85333c1a2c07d1342c7de4f1d5f648f00905f.zip chromium_src-49e85333c1a2c07d1342c7de4f1d5f648f00905f.tar.gz chromium_src-49e85333c1a2c07d1342c7de4f1d5f648f00905f.tar.bz2 |
Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.
Instead of forcing QUIC on for all origins with the specified port, this will allow QUIC to be forced for a particular origin. The old flag made it challenging to test QUIC to servers on non-unique ports (like 80 or 443).
Review URL: https://chromiumcodereview.appspot.com/15896025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 5d14ef7..2dee7fe 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -164,7 +164,7 @@ class IOThread : public content::BrowserThreadDelegate { Optional<bool> enable_spdy_ping_based_connection_checking; Optional<net::NextProto> spdy_default_protocol; Optional<bool> enable_quic; - Optional<uint16> origin_port_to_force_quic_on; + Optional<net::HostPortPair> origin_to_force_quic_on; 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 |