Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4421)

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 575143003: Fix lifecycle of data reduction proxy objects in profile io data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 5e0a4b5fd90ee231628301f82476d167464dd1e9..a660f510efafed75b2731ccc47be9b58e9511465 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -22,15 +22,6 @@ namespace content {
class CookieCryptoDelegate;
} // namespace content
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
-namespace data_reduction_proxy {
-class DataReductionProxyParams;
-class DataReductionProxyUsageStats;
-class DataReductionProxyAuthRequestHandler;
-class DataReductionProxyStatisticsPrefs;
-} // namespace data_reduction_proxy
-#endif
-
namespace domain_reliability {
class DomainReliabilityMonitor;
} // namespace domain_reliability
@@ -48,8 +39,6 @@ namespace storage {
class SpecialStoragePolicy;
} // namespace storage
-class DataReductionProxyChromeConfigurator;
-
class ProfileImplIOData : public ProfileIOData {
public:
class Handle {
@@ -251,20 +240,6 @@ class ProfileImplIOData : public ProfileIOData {
int app_cache_max_size_;
int app_media_cache_max_size_;
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
- mutable scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
- data_reduction_proxy_params_;
- mutable scoped_ptr<data_reduction_proxy::DataReductionProxyUsageStats>
- data_reduction_proxy_usage_stats_;
- mutable base::Callback<void(bool)> data_reduction_proxy_unavailable_callback_;
- mutable scoped_ptr<DataReductionProxyChromeConfigurator>
- data_reduction_proxy_chrome_configurator_;
- mutable scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
- data_reduction_proxy_auth_request_handler_;
- mutable scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
- data_reduction_proxy_statistics_prefs_;
-#endif // defined(SPDY_PROXY_AUTH_ORIGIN)
-
DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
};
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698