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

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

Issue 1024553009: Add the ability to use DataReductionProxyParams from DataReductionProxyConfigServiceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_control_local
Patch Set: Forgot implementation of DataReductionProxyMutableConfigValues::IsDataReductionProxy in downstream … Created 5 years, 9 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_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 65733380aee04c848a4c18543391236ec8fbb598..11e56e289c3dcabda7c13b3988c08371dcfffa4c 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
@@ -90,6 +90,9 @@ class DataReductionProxyConfig
bool alternative_enabled,
bool at_startup);
+ // Reloads and applies the proxy configuration.
bengr 2015/03/24 21:37:40 What does it mean to reload adn apply a configurat
jeremyim 2015/03/24 23:20:27 Done.
+ void ReloadConfig();
+
// Returns true if a Data Reduction Proxy was used for the given |request|.
// If true, |proxy_info.proxy_servers.first| will contain the name of the
// proxy that was used. |proxy_info.proxy_servers.second| will contain the

Powered by Google App Engine
This is Rietveld 408576698