| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index eb727e9b2dfb999cc61c6c7f1661658058c6160a..e56b75abc17649a900a722dbc002866e952cc9e2 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -42,7 +42,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| -#include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h"
|
| #include "components/data_usage/core/data_use_aggregator.h"
|
| #include "components/data_usage/core/data_use_amortizer.h"
|
| #include "components/data_usage/core/data_use_annotator.h"
|
| @@ -1013,8 +1012,6 @@ void IOThread::RegisterPrefs(PrefRegistrySimple* registry) {
|
| registry->RegisterStringPref(prefs::kGSSAPILibraryName, std::string());
|
| registry->RegisterStringPref(prefs::kAuthAndroidNegotiateAccountType,
|
| std::string());
|
| - registry->RegisterStringPref(
|
| - data_reduction_proxy::prefs::kDataReductionProxy, std::string());
|
| registry->RegisterBooleanPref(prefs::kEnableReferrers, true);
|
| data_reduction_proxy::RegisterPrefs(registry);
|
| registry->RegisterBooleanPref(prefs::kBuiltInDnsClientEnabled, true);
|
|
|