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

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

Issue 480513004: Stopping the history recording for a supervised user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format changes, check sync service setup before setting it and test refactoring. 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.cc
diff --git a/chrome/browser/supervised_user/supervised_user_constants.cc b/chrome/browser/supervised_user/supervised_user_constants.cc
index a424075013792615e21ec700a0f693a63766d1c8..79b56c5b9775c0a85804ffd8e1b69cefccdc451c 100644
--- a/chrome/browser/supervised_user/supervised_user_constants.cc
+++ b/chrome/browser/supervised_user/supervised_user_constants.cc
@@ -18,6 +18,8 @@ const char kUserPasswordRecord[] = "UserPasswordRecord";
const char kSupervisedUserPseudoEmail[] = "managed_user@localhost";
+const char kRecordHistory[] = "RecordHistory";
Pam (message me for reviews) 2014/08/19 20:17:16 Move this up with kForceSafeSearch, kSigninAllowed
+
const char kChromeAvatarIndex[] = "chrome-avatar-index";
const char kChromeOSAvatarIndex[] = "chromeos-avatar-index";

Powered by Google App Engine
This is Rietveld 408576698