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

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: Refactored und reformatted. 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..1c873c5599fb24f771b00bc8d1cc8983c0ec41e4 100644
--- a/chrome/browser/supervised_user/supervised_user_constants.h
+++ b/chrome/browser/supervised_user/supervised_user_constants.h
@@ -13,6 +13,7 @@ extern const char kContentPackDefaultFilteringBehavior[];
extern const char kContentPackManualBehaviorHosts[];
extern const char kContentPackManualBehaviorURLs[];
extern const char kForceSafeSearch[];
+extern const char kRecordHistory[];
extern const char kSigninAllowed[];
extern const char kUserName[];
@@ -22,6 +23,7 @@ extern const char kUserPasswordRecord[];
// (like Sync), even though we're not signed in.
extern const char kSupervisedUserPseudoEmail[];
+
Bernhard Bauer 2014/08/20 20:50:28 Nit: remove this blank line?
fhorschig 2014/08/21 07:51:24 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