Index: trunk/src/chrome/browser/io_thread.h |
=================================================================== |
--- trunk/src/chrome/browser/io_thread.h (revision 273823) |
+++ trunk/src/chrome/browser/io_thread.h (working copy) |
@@ -16,7 +16,6 @@ |
#include "base/prefs/pref_member.h" |
#include "base/time/time.h" |
#include "chrome/browser/net/ssl_config_service_manager.h" |
-#include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/browser_thread_delegate.h" |
#include "net/base/network_change_notifier.h" |
@@ -182,8 +181,6 @@ |
// 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. |
scoped_ptr<chrome_browser_net::DnsProbeService> dns_probe_service; |
- scoped_ptr<data_reduction_proxy::DataReductionProxyParams> |
- data_reduction_proxy_params; |
}; |
// |net_log| must either outlive the IOThread or be NULL. |
@@ -351,6 +348,7 @@ |
std::string auth_server_whitelist_; |
std::string auth_delegate_whitelist_; |
std::string gssapi_library_name_; |
+ std::vector<GURL> spdyproxy_auth_origins_; |
// This is an instance of the default SSLConfigServiceManager for the current |
// platform and it gets SSL preferences from local_state object. |