| Index: chrome/browser/net/connection_tester.cc | 
| diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc | 
| index 4ca5b42e7e9104761006c38ba22860f5e4d16d67..2cf1e42dddf14866c0aedf5c60f401514ad44691 100644 | 
| --- a/chrome/browser/net/connection_tester.cc | 
| +++ b/chrome/browser/net/connection_tester.cc | 
| @@ -187,8 +187,8 @@ class ExperimentURLRequestContext : public net::URLRequestContext { | 
|  | 
| net::DhcpProxyScriptFetcherFactory dhcp_factory; | 
| if (CommandLine::ForCurrentProcess()->HasSwitch( | 
| -        switches::kDisableDhcpWpad)) { | 
| -      dhcp_factory.set_enabled(false); | 
| +        switches::kEnableDhcpWpad)) { | 
| +      dhcp_factory.set_enabled(true); | 
| } | 
|  | 
| proxy_service->reset(net::ProxyService::CreateUsingV8ProxyResolver( | 
|  |