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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_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_test_utils.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
index a6eb4039e031f407076d534bf9df14d824ccc002..953af6fba60d9aa90bd8fcae04f37284e501d106 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
@@ -282,12 +282,6 @@ class DataReductionProxyTestContext {
~Builder();
- // |DataReductionProxyParams| flags to use.
- Builder& WithParamsFlags(int params_flags);
-
- // |TestDataReductionProxyParams| flags to use.
- Builder& WithParamsDefinitions(unsigned int params_definitions);
-
// The |Client| enum to use for |DataReductionProxyRequestOptions|.
Builder& WithClient(Client client);
@@ -334,8 +328,6 @@ class DataReductionProxyTestContext {
std::unique_ptr<DataReductionProxyTestContext> Build();
private:
- int params_flags_;
- unsigned int params_definitions_;
Client client_;
net::URLRequestContext* request_context_;
net::MockClientSocketFactory* mock_socket_factory_;

Powered by Google App Engine
This is Rietveld 408576698