| 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 a64d5e234a39cf8e0d44f33f60014a5916aac97a..9719a7c1b404b7d1c94910b8aa9844021dd823c8 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -343,15 +343,6 @@ class ProfileIOData {
|
| void InitializeOnUIThread(Profile* profile);
|
| void ApplyProfileParamsToContext(ChromeURLRequestContext* 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,
|
|
|