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

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

Issue 7204024: Revert 89629 - Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/net/proxy_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/connection_tester.cc
===================================================================
--- chrome/browser/net/connection_tester.cc (revision 89632)
+++ chrome/browser/net/connection_tester.cc (working copy)
@@ -187,8 +187,8 @@
net::DhcpProxyScriptFetcherFactory dhcp_factory;
if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableDhcpWpad)) {
- dhcp_factory.set_enabled(true);
+ switches::kDisableDhcpWpad)) {
+ dhcp_factory.set_enabled(false);
}
proxy_service->reset(net::ProxyService::CreateUsingV8ProxyResolver(
« no previous file with comments | « no previous file | chrome/browser/net/proxy_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698