Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
index cc5cfe07410e428a1d3b26fef5e4f38e32f18a63..5e97de0b54ed411add4d9797ee783cff52b42dfe 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
@@ -42,14 +42,12 @@ class DataReductionProxyMutableConfigValues |
// Overrides of |DataReductionProxyConfigValues| |
const std::vector<DataReductionProxyServer>& proxies_for_http() |
const override; |
- const GURL& secure_proxy_check_url() const override; |
protected: |
DataReductionProxyMutableConfigValues(); |
private: |
std::vector<DataReductionProxyServer> proxies_for_http_; |
- GURL secure_proxy_check_url_; |
// Permits use of locally specified Data Reduction Proxy servers instead of |
// ones specified from the Data Saver API. |