diff options
author | fhorschig <fhorschig@chromium.org> | 2014-09-30 05:30:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 12:30:41 +0000 |
commit | 1f351f00cc2af54e4fa69c8172abca33ffd1327d (patch) | |
tree | 290e34e22d50096793417636469c16621a6a2f0e /chrome/common/pref_names.h | |
parent | bb156a0490b0c2cf1ad155ab46fc4afa3fbb77c0 (diff) | |
download | chromium_src-1f351f00cc2af54e4fa69c8172abca33ffd1327d.zip chromium_src-1f351f00cc2af54e4fa69c8172abca33ffd1327d.tar.gz chromium_src-1f351f00cc2af54e4fa69c8172abca33ffd1327d.tar.bz2 |
Stopping the history recording for a supervised user
The custodian will soon be able to stop history recording for each of his supervised users. Reenabling the history for existing supervised user accounts relies on another sync commit of the supervised user (e.g. permission request; alternatively new setup of the supervised user).
BUG=232316
Review URL: https://codereview.chromium.org/480513004
Cr-Commit-Position: refs/heads/master@{#297411}
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index c40f2d7..4473010 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -287,6 +287,7 @@ extern const char kEnableAutoSpellCorrect[]; extern const char kSavingBrowserHistoryDisabled[]; extern const char kAllowDeletingBrowserHistory[]; extern const char kForceSafeSearch[]; +extern const char kRecordHistory[]; extern const char kDeleteTimePeriod[]; extern const char kLastClearBrowsingDataTime[]; #if defined(OS_LINUX) && !defined(OS_CHROMEOS) |