summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 20:17:33 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 20:17:33 +0000
commit7c11426ec3de27f885dd6d2d041601462387caab (patch)
tree6719cebf0c0e0cb9c5600b1d47f8fe62545aaa43 /chrome/browser/io_thread.h
parent4c91aec43f77577557acd1cf5f9964239e7e54da (diff)
downloadchromium_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.h1
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.