Chromium Code Reviews| Index: chrome/common/pref_names.h |
| =================================================================== |
| --- chrome/common/pref_names.h (revision 207238) |
| +++ chrome/common/pref_names.h (working copy) |
| @@ -23,7 +23,8 @@ |
| extern const char kHomePage[]; |
| extern const char kManagedModeManualHosts[]; |
| extern const char kManagedModeManualURLs[]; |
| -extern const char kManagedUserCustodian[]; |
| +extern const char kManagedUserCustodianEmail[]; |
| +extern const char kManagedUserCustodianName[]; |
|
Sergiu
2013/06/20 15:54:56
I did a search, where do we actually set this?
Pam (message me for reviews)
2013/06/20 20:26:40
We don't yet. I have a patch that tries to, which
Sergiu
2013/06/20 21:47:46
I should read change descriptions carefully next t
|
| extern const char kSessionExitedCleanly[]; |
| extern const char kSessionExitType[]; |
| extern const char kRestoreOnStartup[]; |