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

Unified Diff: net/proxy/dhcp_proxy_script_fetcher_factory.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
Index: net/proxy/dhcp_proxy_script_fetcher_factory.cc
===================================================================
--- net/proxy/dhcp_proxy_script_fetcher_factory.cc (revision 89632)
+++ net/proxy/dhcp_proxy_script_fetcher_factory.cc (working copy)
@@ -15,9 +15,7 @@
DhcpProxyScriptFetcherFactory::DhcpProxyScriptFetcherFactory()
: feature_enabled_(false) {
- // TODO(joi): Change this default, and the comment on |set_enabled()|,
- // when the time is right.
- set_enabled(false);
+ set_enabled(true);
}
DhcpProxyScriptFetcher* DhcpProxyScriptFetcherFactory::Create(
« no previous file with comments | « net/proxy/dhcp_proxy_script_fetcher_factory.h ('k') | net/proxy/dhcp_proxy_script_fetcher_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698