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

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

Issue 2624163003: Remainder of V8 removal (Closed)
Patch Set: . Created 3 years, 11 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/task_manager/providers/browser_process_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/proxy_service_factory.cc
diff --git a/chrome/browser/net/proxy_service_factory.cc b/chrome/browser/net/proxy_service_factory.cc
index a3e64a5ea49432f8c239be48534ee73ffb5f5e50..49ad6c454474f8a84e3618763bbf3bd0757e33aa 100644
--- a/chrome/browser/net/proxy_service_factory.cc
+++ b/chrome/browser/net/proxy_service_factory.cc
@@ -169,6 +169,7 @@ std::unique_ptr<net::ProxyService> ProxyServiceFactory::CreateProxyService(
}
#endif // !defined(OS_ANDROID)
+#if 0 // TODO XXX
if (!proxy_service) {
proxy_service = net::CreateProxyServiceUsingV8ProxyResolver(
std::move(proxy_config_service),
@@ -176,6 +177,7 @@ std::unique_ptr<net::ProxyService> ProxyServiceFactory::CreateProxyService(
std::move(dhcp_proxy_script_fetcher), context->host_resolver(),
net_log, network_delegate);
}
+#endif
} else {
proxy_service = net::ProxyService::CreateUsingSystemProxyResolver(
std::move(proxy_config_service), num_pac_threads, net_log);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/task_manager/providers/browser_process_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698