Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc |
index c5efc4dc8c268b9612d96176621b9bee97f33e00..34add64782e22e7c64b9725f6fe075facfba68d8 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc |
@@ -7,6 +7,7 @@ |
#include "base/prefs/pref_service.h" |
#include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h" |
#include "chrome/common/chrome_content_client.h" |
+#include "components/data_reduction_proxy/content/browser/content_lofi_decider.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_params.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h" |
@@ -66,6 +67,9 @@ CreateDataReductionProxyChromeIOData( |
data_reduction_proxy::DataReductionProxyConfigRetrievalParams::Create( |
prefs)); |
+ data_reduction_proxy_io_data->set_lofi_decider( |
+ make_scoped_ptr(new data_reduction_proxy::ContentLoFiDecider())); |
+ |
#if defined(ENABLE_DATA_REDUCTION_PROXY_DEBUGGING) |
scoped_ptr<data_reduction_proxy::ContentDataReductionProxyDebugUIService> |
data_reduction_proxy_ui_service( |