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

Unified Diff: components/proxy_config/pref_proxy_config_tracker_impl.cc

Issue 2445153002: Move onc and proxy pref names to components. (Closed)
Patch Set: ONC_EXPORT Created 4 years, 2 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
« no previous file with comments | « components/onc/onc_pref_names.cc ('k') | components/proxy_config/proxy_config_pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/pref_proxy_config_tracker_impl.cc
diff --git a/components/proxy_config/pref_proxy_config_tracker_impl.cc b/components/proxy_config/pref_proxy_config_tracker_impl.cc
index cc824cc21c08e0d62c0c3df7ee9ef264035bc710..a7ffcb86b3af320bdfaee7cbb5a8e94fda33e081 100644
--- a/components/proxy_config/pref_proxy_config_tracker_impl.cc
+++ b/components/proxy_config/pref_proxy_config_tracker_impl.cc
@@ -218,6 +218,8 @@ void PrefProxyConfigTrackerImpl::RegisterProfilePrefs(
ProxyConfigDictionary::CreateSystem();
pref_service->RegisterDictionaryPref(proxy_config::prefs::kProxy,
default_settings);
+ pref_service->RegisterBooleanPref(proxy_config::prefs::kUseSharedProxies,
+ false);
}
// static
« no previous file with comments | « components/onc/onc_pref_names.cc ('k') | components/proxy_config/proxy_config_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698