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

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

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 6 years, 4 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
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 4283d30dd297fc121df7d4483ae2723f49ba8569..2bd347aee0cdaceec1483bfb9809943c3dcd492f 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -22,13 +22,11 @@ namespace content {
class CookieCryptoDelegate;
} // namespace content
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
namespace data_reduction_proxy {
class DataReductionProxyParams;
class DataReductionProxyUsageStats;
class DataReductionProxyAuthRequestHandler;
}
-#endif
namespace domain_reliability {
class DomainReliabilityMonitor;
@@ -248,7 +246,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>
@@ -258,7 +255,6 @@ class ProfileImplIOData : public ProfileIOData {
data_reduction_proxy_chrome_configurator_;
mutable scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
data_reduction_proxy_auth_request_handler_;
-#endif // defined(SPDY_PROXY_AUTH_ORIGIN)
DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
};

Powered by Google App Engine
This is Rietveld 408576698