| Index: net/proxy/dhcp_proxy_script_fetcher_factory.cc | 
| diff --git a/net/proxy/dhcp_proxy_script_fetcher_factory.cc b/net/proxy/dhcp_proxy_script_fetcher_factory.cc | 
| index 01ede05b0934b78db1968915e4233b796898a462..faedf8678ceb2107361930341addf5a3334f93db 100644 | 
| --- a/net/proxy/dhcp_proxy_script_fetcher_factory.cc | 
| +++ b/net/proxy/dhcp_proxy_script_fetcher_factory.cc | 
| @@ -15,7 +15,9 @@ namespace net { | 
|  | 
| DhcpProxyScriptFetcherFactory::DhcpProxyScriptFetcherFactory() | 
| : feature_enabled_(false) { | 
| -  set_enabled(true); | 
| +  // TODO(joi): Change this default, and the comment on |set_enabled()|, | 
| +  // when the time is right. | 
| +  set_enabled(false); | 
| } | 
|  | 
| DhcpProxyScriptFetcher* DhcpProxyScriptFetcherFactory::Create( | 
|  |