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 90963646724c4b8b88c5c9c1ca25b00cb779aa6a..bcaea2e189ed6686cb56f465cd4ee931fad9403f 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 |
@@ -28,7 +28,6 @@ class TestDataReductionProxyParams : public DataReductionProxyParams { |
HAS_NOTHING = 0x0, |
HAS_ORIGIN = 0x2, |
HAS_FALLBACK_ORIGIN = 0x4, |
- HAS_SSL_ORIGIN = 0x08, |
HAS_SECURE_PROXY_CHECK_URL = 0x40, |
HAS_EVERYTHING = 0xff, |
}; |
@@ -42,12 +41,10 @@ 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 DefaultSSLOrigin(); |
static std::string DefaultSecureProxyCheckURL(); |
static std::string FlagOrigin(); |
static std::string FlagFallbackOrigin(); |
- static std::string FlagSSLOrigin(); |
static std::string FlagSecureProxyCheckURL(); |
protected: |
@@ -55,8 +52,6 @@ class TestDataReductionProxyParams : public DataReductionProxyParams { |
std::string GetDefaultFallbackOrigin() const override; |
- std::string GetDefaultSSLOrigin() const override; |
- |
std::string GetDefaultSecureProxyCheckURL() const override; |
private: |