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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_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/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.

Powered by Google App Engine
This is Rietveld 408576698