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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h

Issue 2922663002: Data Reduction Proxy: Remove duplicate functions (Closed)
Patch Set: megjablon comments Created 3 years, 6 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/core/browser/data_reduction_proxy_io_data.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
index 5549dd29c7a7f60716c950806b7623c30866175b..ed8d971d86f28fd8f658c0484341ddca5f5e39be 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
@@ -53,13 +53,10 @@ class DataReductionProxyService;
// the IO thread.
class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
public:
- // Constructs a DataReductionProxyIOData object. |param_flags| is used to
- // set information about the DNS names used by the proxy, and allowable
- // configurations. |enabled| sets the initial state of the Data Reduction
- // Proxy.
+ // Constructs a DataReductionProxyIOData object. |enabled| sets the initial
+ // state of the Data Reduction Proxy.
DataReductionProxyIOData(
Client client,
- int param_flags,
net::NetLog* net_log,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,

Powered by Google App Engine
This is Rietveld 408576698