Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
index 62612276c2027716192aedd2969ab36b58a3b8a1..8e0441cf9032899560df4286c73e6d2b39d11ce1 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
@@ -20,10 +20,6 @@ |
#include "net/url_request/url_fetcher_delegate.h" |
#include "url/gurl.h" |
-namespace base { |
-class CommandLine; |
-} |
- |
namespace net { |
class HostPortPair; |
class HttpResponseHeaders; |
@@ -55,10 +51,6 @@ class DataReductionProxyConfigServiceClient |
: public net::NetworkChangeNotifier::IPAddressObserver, |
public net::URLFetcherDelegate { |
public: |
- // Returns the URL from which the Data Reduction Proxy configuration should |
- // be retrieved. |
- static GURL GetConfigServiceURL(const base::CommandLine& command_line); |
- |
// The caller must ensure that all parameters remain alive for the lifetime of |
// the |DataReductionProxyConfigClient|, with the exception of |params| |
// which this instance will own. |