| 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(
|
|
|