| 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 690c6090712563fa8851549d5136cde33dc194de..9e20017d426b96f1e09265fbb749e23a6a9fa80d 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -331,14 +331,10 @@ 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,
|
|
|