Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
index 201ee9acd00942ffe631912085524f13b572b6ce..04e5d6ef1c5cfe465edb5b83fafd82466722779a 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h |
@@ -23,19 +23,15 @@ class TestDataReductionProxyParams : public DataReductionProxyParams { |
// Test values to replace the values specified in preprocessor defines. |
static std::string DefaultOrigin(); |
static std::string DefaultFallbackOrigin(); |
- static std::string DefaultSecureProxyCheckURL(); |
static std::string FlagOrigin(); |
static std::string FlagFallbackOrigin(); |
- static std::string FlagSecureProxyCheckURL(); |
protected: |
std::string GetDefaultOrigin() const override; |
std::string GetDefaultFallbackOrigin() const override; |
- std::string GetDefaultSecureProxyCheckURL() const override; |
- |
private: |
bool init_result_; |
}; |