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

Unified Diff: chrome/common/pref_names.cc

Issue 18112018: Cleanup the UseSharedProxies preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compilation. Created 7 years, 5 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d22326487b424e5d705f7d9afdf04b9c94c91d38..84d82adb166b01a9f22e96707900622d592a9aa2 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -786,7 +786,8 @@ const char kShow3gPromoNotification[] =
// A string pref that contains version where "What's new" promo was shown.
const char kChromeOSReleaseNotesVersion[] = "settings.release_notes.version";
-// A boolean pref that uses shared proxies.
+// A boolean pref that controls whether proxy settings from shared network
+// settings or from device policy are applied.
battre 2013/07/12 12:25:44 nit: move "are applied" after "proxy settings"?
pneubeck (no reviews) 2013/07/12 16:00:44 No, that wasn't meant. I clarified the comment.
const char kUseSharedProxies[] = "settings.use_shared_proxies";
// Power state of the current displays from the last run.

Powered by Google App Engine
This is Rietveld 408576698