summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorpiatek@google.com <piatek@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 17:50:59 +0000
committerpiatek@google.com <piatek@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 17:50:59 +0000
commit26615ae54c78930ca83380df0c1320caba826193 (patch)
treeecfce528273dce15b0ba6b627625d1058013e0f6 /chrome/browser/io_thread.h
parent6ca028260aa6f3a25dfc3c11877fc0426dbab89f (diff)
downloadchromium_src-26615ae54c78930ca83380df0c1320caba826193.zip
chromium_src-26615ae54c78930ca83380df0c1320caba826193.tar.gz
chromium_src-26615ae54c78930ca83380df0c1320caba826193.tar.bz2
Set trusted_spdy_proxy parameter based on its switch, if set.
This switch was added in: https://codereview.chromium.org/9475037 and given to the network stack via chrome_browser_main. At some point, that plumbing was removed. This restores it. BUG=249105 Review URL: https://chromiumcodereview.appspot.com/16836006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206111 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 2dee7fe..e0e5e4d 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -163,6 +163,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<string> trusted_spdy_proxy;
Optional<bool> enable_quic;
Optional<net::HostPortPair> origin_to_force_quic_on;
bool enable_user_alternate_protocol_ports;