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_; |