| 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[];
|
| +
|
| // Keys for supervised user shared settings. These can be configured remotely or
|
| // locally, and are mapped to preferences by the
|
| // SupervisedUserPrefMappingService.
|
|
|