Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2825)

Unified Diff: chrome/browser/supervised_user/supervised_user_constants.h

Issue 480513004: Stopping the history recording for a supervised user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrapped RecordHistory in a pref. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698