Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2098)

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Add webui_resources.pak Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d29f016e23d22809ea3631ac795a4c3e5dc252d2..6512a1fd75418864cc4c4a841f45a48d1fc2596b 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
@@ -71,7 +72,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
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698