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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.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_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

Powered by Google App Engine
This is Rietveld 408576698