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

Unified Diff: chrome/common/pref_names.cc

Issue 123293003: Add ManagedUserSharedSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 12 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 eece5eb62a8a99984546ae59c251e176d5383896..ea058bfbaa556cbe296a24694a2083da0248f60e 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -47,6 +47,9 @@ const char kManagedUserCustodianEmail[] = "profile.managed.custodian_email";
// starts a session.
const char kManagedUserCustodianName[] = "profile.managed.custodian_name";
+// XXX
Pam (message me for reviews) 2014/01/08 10:30:40 XXX
Bernhard Bauer 2014/01/08 11:42:04 Fixed.
+const char kManagedUserSharedSettings[] = "profile.managed.shared_settings";
+
// An integer that keeps track of the profile icon version. This allows us to
// determine the state of the profile icon for icon format changes.
const char kProfileIconVersion[] = "profile.icon_version";

Powered by Google App Engine
This is Rietveld 408576698