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

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

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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_config.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
index df01795fcaf93e5281e71137da129764b055ba88..3c6739c7544ac2bdf0712b02ae6e5a197f614049 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
@@ -179,6 +179,9 @@ class DataReductionProxyConfig
// tied to whether the Data Reduction Proxy is enabled.
bool promo_allowed() const;
+ // Returns the HTTP proxy servers to be used.
bengr 2015/12/29 17:46:00 I think this is the wrong interface to expose. Try
tbansal1 2015/12/29 23:34:21 Done.
+ const std::vector<net::ProxyServer>& proxies_for_http() const;
+
// Sets |lofi_off_| to true.
void SetLoFiModeOff();

Powered by Google App Engine
This is Rietveld 408576698