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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h

Issue 1162903008: Add field trial handling to enable the Data Reduction Proxy config service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr CR comment Created 5 years, 6 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698