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

Unified Diff: chrome/browser/net/proxy_service_factory.h

Issue 2030193004: Add a policy for disabling the stripping of PAC URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/net/proxy_service_factory.h
diff --git a/chrome/browser/net/proxy_service_factory.h b/chrome/browser/net/proxy_service_factory.h
index afbeda0d20225dc035b26f4097cffa974736509d..aea984fa81360a5687af68a5f5a75416b26a883a 100644
--- a/chrome/browser/net/proxy_service_factory.h
+++ b/chrome/browser/net/proxy_service_factory.h
@@ -52,7 +52,8 @@ class ProxyServiceFactory {
net::NetworkDelegate* network_delegate,
std::unique_ptr<net::ProxyConfigService> proxy_config_service,
const base::CommandLine& command_line,
- bool quick_check_enabled);
+ bool quick_check_enabled,
+ bool pac_https_url_stripping_enabled);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(ProxyServiceFactory);

Powered by Google App Engine
This is Rietveld 408576698