diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-15 20:17:33 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-15 20:17:33 +0000 |
commit | 7c11426ec3de27f885dd6d2d041601462387caab (patch) | |
tree | 6719cebf0c0e0cb9c5600b1d47f8fe62545aaa43 /chrome/browser/io_thread.h | |
parent | 4c91aec43f77577557acd1cf5f9964239e7e54da (diff) | |
download | chromium_src-7c11426ec3de27f885dd6d2d041601462387caab.zip chromium_src-7c11426ec3de27f885dd6d2d041601462387caab.tar.gz chromium_src-7c11426ec3de27f885dd6d2d041601462387caab.tar.bz2 |
Integrating the QuicStreamFactory into the network stack.
Review URL: https://chromiumcodereview.appspot.com/11416058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173311 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, 1 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index fb7921a..0f1eab3 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -158,6 +158,7 @@ class IOThread : public content::BrowserThreadDelegate { Optional<bool> enable_spdy_compression; Optional<bool> enable_spdy_ping_based_connection_checking; Optional<net::NextProto> spdy_default_protocol; + Optional<uint16> origin_port_to_force_quic_on; // 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 // information to the renderer so it can show a more specific error page. |