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

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

Issue 697693004: Supervised users: if history recording is off, allow incognito and deleting history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browser_tests Created 6 years, 1 month 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 77e5f4b753ee5a6a7cc0910a1c1d239c353461be..620434fbb24fecd439c4ecc6bbd6168808af4d4c 100644
--- a/chrome/browser/supervised_user/supervised_user_constants.h
+++ b/chrome/browser/supervised_user/supervised_user_constants.h
@@ -14,6 +14,8 @@ extern const char kContentPackManualBehaviorHosts[];
extern const char kContentPackManualBehaviorURLs[];
extern const char kForceSafeSearch[];
extern const char kRecordHistory[];
+extern const char kAllowDeletingBrowserHistory[];
Bernhard Bauer 2014/11/06 22:59:36 Keeps these sorted please.
Marc Treib 2014/11/07 10:16:42 Done.
+extern const char kIncognitoModeAvailability[];
extern const char kSigninAllowed[];
extern const char kUserName[];

Powered by Google App Engine
This is Rietveld 408576698