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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h

Issue 2967993002: DRP: Make secure proxy check URL a DRP param (Closed)
Patch Set: megjablon comment Created 3 years, 5 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/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_;
};

Powered by Google App Engine
This is Rietveld 408576698