commit | ec44ee042fce7da026a118154dfa68567421eba5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 28 21:31:51 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 28 21:31:51 2012 |
tree | a9e6160006ac0008b5f5a361d337a94909210548 | |
parent | 08c8df6704580ae200df4defc158c03e92817c70 [diff] [blame] |
SPDY proxy authentication support. BUG=147591 Review URL: https://chromiumcodereview.appspot.com/10913238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159342 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 180ae24..6e0699c 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h
@@ -206,6 +206,7 @@ std::string auth_server_whitelist_; std::string auth_delegate_whitelist_; std::string gssapi_library_name_; + std::string spdyproxy_origin_; // This is an instance of the default SSLConfigServiceManager for the current // platform and it gets SSL preferences from local_state object.