| Index: net/proxy/dhcp_proxy_script_fetcher_factory.cc
|
| ===================================================================
|
| --- net/proxy/dhcp_proxy_script_fetcher_factory.cc (revision 89628)
|
| +++ net/proxy/dhcp_proxy_script_fetcher_factory.cc (working copy)
|
| @@ -15,7 +15,9 @@
|
|
|
| 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(
|
|
|