diff options
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 a1f1c14..c6d2dba 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -281,7 +281,7 @@ class IOThread : public content::BrowserThreadDelegate { std::string auth_server_whitelist_; std::string auth_delegate_whitelist_; std::string gssapi_library_name_; - std::string spdyproxy_origin_; + std::string spdyproxy_auth_origin_; // This is an instance of the default SSLConfigServiceManager for the current // platform and it gets SSL preferences from local_state object. |