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

Unified Diff: components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h

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
Index: components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
diff --git a/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h b/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
index 4a6275dcc7ccd1706f3127e95bcb0a36fcf10d02..1e162214d6400769669ae2688da620ae780bcbc6 100644
--- a/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
+++ b/components/data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h
@@ -35,7 +35,8 @@ class ContentDataReductionProxyDebugUIService
ContentDataReductionProxyDebugUIService(
const DataReductionProxyNetworkDelegate::ProxyConfigGetter& getter,
const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner,
- const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner);
+ const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner,
+ const std::string& app_locale);
~ContentDataReductionProxyDebugUIService() override;

Powered by Google App Engine
This is Rietveld 408576698