Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index f0d61499f87ca8bed481c909d39a1dfe889a23f3..211ab61a530f1754c7ddd127dd1558a3abb64b9e 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -346,15 +346,6 @@ class ProfileIOData { |
void InitializeOnUIThread(Profile* profile); |
void ApplyProfileParamsToContext(net::URLRequestContext* context) const; |
-#if defined(OS_ANDROID) |
-#if defined(SPDY_PROXY_AUTH_ORIGIN) |
- void SetDataReductionProxyUsageStatsOnIOThread(IOThread* io_thread, |
- Profile* profile); |
- void SetDataReductionProxyUsageStatsOnUIThread(Profile* profile, |
- data_reduction_proxy::DataReductionProxyUsageStats* usage_stats); |
-#endif |
-#endif |
- |
scoped_ptr<net::URLRequestJobFactory> SetUpJobFactoryDefaults( |
scoped_ptr<net::URLRequestJobFactoryImpl> job_factory, |
content::URLRequestInterceptorScopedVector request_interceptors, |