Chromium Code Reviews| Index: chrome/browser/supervised_user/supervised_user_constants.h |
| diff --git a/chrome/browser/supervised_user/supervised_user_constants.h b/chrome/browser/supervised_user/supervised_user_constants.h |
| index 5e17f10f7d19fc386aafd60ca7c430eeecfbb9a9..031a1ebbdebb995872f5cbf201a43d51d1bae5c8 100644 |
| --- a/chrome/browser/supervised_user/supervised_user_constants.h |
| +++ b/chrome/browser/supervised_user/supervised_user_constants.h |
| @@ -22,6 +22,9 @@ extern const char kUserPasswordRecord[]; |
| // (like Sync), even though we're not signed in. |
| extern const char kSupervisedUserPseudoEmail[]; |
| +// This key holds the value that allows or prevents the history recording |
| +extern const char kRecordHistory[]; |
|
Marc Treib
2014/08/20 14:14:26
Move this up to the other SU settings (ForceSafeSe
fhorschig
2014/08/20 14:48:03
Done.
|
| + |
| // Keys for supervised user shared settings. These can be configured remotely or |
| // locally, and are mapped to preferences by the |
| // SupervisedUserPrefMappingService. |