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

Unified Diff: components/proxy_config/proxy_config_pref_names.cc

Issue 2445153002: Move onc and proxy pref names to components. (Closed)
Patch Set: Rebase 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
Index: components/proxy_config/proxy_config_pref_names.cc
diff --git a/components/proxy_config/proxy_config_pref_names.cc b/components/proxy_config/proxy_config_pref_names.cc
index 9e65ad6e11e5b7777a727a209f22b71d6416f0d5..bee806a223efbb69a24f2d4afbc98c745058fb2a 100644
--- a/components/proxy_config/proxy_config_pref_names.cc
+++ b/components/proxy_config/proxy_config_pref_names.cc
@@ -10,6 +10,9 @@ namespace prefs {
// Preference to store proxy settings.
const char kProxy[] = "proxy";
+// A boolean pref that controls whether proxy settings from shared network
+// settings (accordingly from device policy) are applied or ignored.
+const char kUseSharedProxies[] = "settings.use_shared_proxies";
+
} // namespace prefs
} // namespace proxy_config
-
« components/onc/onc_pref_names.cc ('K') | « components/proxy_config/proxy_config_pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698