| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 207746)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -39,9 +39,14 @@
|
| const char kManagedModeManualURLs[] = "profile.managed.manual_urls";
|
|
|
| // Stores the email address associated with the google account of the custodian
|
| -// of the managed user.
|
| -const char kManagedUserCustodian[] = "profile.managed.custodian_email";
|
| +// of the managed user, set when the managed user is created.
|
| +const char kManagedUserCustodianEmail[] = "profile.managed.custodian_email";
|
|
|
| +// Stores the display name associated with the google account of the custodian
|
| +// of the managed user, updated (if possible) each time the managed user
|
| +// starts a session.
|
| +const char kManagedUserCustodianName[] = "profile.managed.custodian_name";
|
| +
|
| // Used to determine if the last session exited cleanly. Set to false when
|
| // first opened, and to true when closing. On startup if the value is false,
|
| // it means the profile didn't exit cleanly.
|
|
|