| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
|
| index 7ae5f5971d820da0ab723f2ec37340e7ac569f45..008d01928d39648df13dd138032d72ebaa76f382 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h
|
| @@ -7,8 +7,6 @@
|
|
|
| #include <vector>
|
|
|
| -class GURL;
|
| -
|
| namespace data_reduction_proxy {
|
|
|
| class DataReductionProxyServer;
|
| @@ -20,10 +18,6 @@ class DataReductionProxyConfigValues {
|
| // Returns the HTTP proxy servers to be used.
|
| virtual const std::vector<DataReductionProxyServer>& proxies_for_http()
|
| const = 0;
|
| -
|
| - // Returns the URL to check to decide if the secure proxy origin should be
|
| - // used.
|
| - virtual const GURL& secure_proxy_check_url() const = 0;
|
| };
|
|
|
| } // namespace data_reduction_proxy
|
|
|