| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index d79660df3e2d5d3c02339954d6f0e74d0538caa7..837dfe6f78cedcd7dd5f001ab357beeaf117b99b 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -163,13 +163,13 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
|
| io_data_->safe_browsing_enabled()->MoveToThread(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| #endif
|
| -#if defined(SPDY_PROXY_AUTH_ORIGIN)
|
| + // TODO(kundaji): Remove data_reduction_proxy_enabled pref for incognito.
|
| + // Bug http://crbug/412873.
|
| io_data_->data_reduction_proxy_enabled()->Init(
|
| data_reduction_proxy::prefs::kDataReductionProxyEnabled,
|
| profile_->GetPrefs());
|
| io_data_->data_reduction_proxy_enabled()->MoveToThread(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| -#endif
|
| io_data_->InitializeOnUIThread(profile_);
|
| }
|
|
|
|
|