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"; |