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

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: Test resources fix 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 a425d864d5184e7cb1226ab3b92eddbe2c3ba4a6..0f276ff71a5a19344e08a461acca5ed8306011fb 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
@@ -28,7 +28,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);
virtual ~ContentDataReductionProxyDebugUIService();
// Virtual for testing.

Powered by Google App Engine
This is Rietveld 408576698