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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.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_config_test_utils.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
index 9a96c341552618b3f0b4bbc69473c5e9e40e1ac9..11476d8b654c2f989614631c510952f70efcc964 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
@@ -40,10 +40,7 @@ class TestDataReductionProxyParams;
// change the underlying state.
class TestDataReductionProxyConfig : public DataReductionProxyConfig {
public:
- // Creates a |TestDataReductionProxyConfig| with the provided |params_flags|.
TestDataReductionProxyConfig(
- int params_flags,
- unsigned int params_definitions,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
net::NetLog* net_log,
DataReductionProxyConfigurator* configurator,
@@ -65,7 +62,7 @@ class TestDataReductionProxyConfig : public DataReductionProxyConfig {
int policy) override;
// Allows tests to reset the params being used for configuration.
- void ResetParamFlagsForTest(int flags);
+ void ResetParamFlagsForTest();
// Retrieves the test params being used for the configuration.
TestDataReductionProxyParams* test_params();

Powered by Google App Engine
This is Rietveld 408576698