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

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

Issue 1989243003: Add DRP client config tests for secure proxy check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_configurator.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
index a6be782db87841a16275ea574e83af62cbc4e25f..6f78dddd98161292fb5e1a24494ea724206dd30c 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
@@ -53,11 +53,6 @@ class DataReductionProxyConfigurator {
// each time the proxy is enabled, but are not updated while it is enabled.
virtual void AddHostPatternToBypass(const std::string& pattern);
- // Adds a URL pattern to bypass the proxy. The base implementation strips
- // everything in |pattern| after the first single slash and then treats it
- // as a hostname pattern.
- virtual void AddURLPatternToBypass(const std::string& pattern);
-
// Returns the current data reduction proxy config, even if it is not the
// effective configuration used by the proxy service.
const net::ProxyConfig& GetProxyConfig() const;

Powered by Google App Engine
This is Rietveld 408576698