| 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 07f7d7a800bf2c37966112df7a56b03194086371..1294232d8641357084db6783db83acf6fe20948e 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
|
| @@ -15,6 +15,7 @@
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h"
|
|
|
| #if defined(ENABLE_DATA_REDUCTION_PROXY_DEBUGGING)
|
| +#include "chrome/browser/browser_process.h"
|
| #include "components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h"
|
| #endif
|
|
|
| @@ -72,7 +73,8 @@ CreateDataReductionProxyChromeIOData(
|
| GetProxyConfigOnIOThread,
|
| base::Unretained(
|
| data_reduction_proxy_io_data->configurator())),
|
| - ui_task_runner, io_task_runner));
|
| + ui_task_runner, io_task_runner,
|
| + g_browser_process->GetApplicationLocale()));
|
| data_reduction_proxy_io_data->set_debug_ui_service(
|
| data_reduction_proxy_ui_service.Pass());
|
| #endif
|
|
|