blob: f592ba401ed8a7976b30fa4e7719c39a7c44a9a6 [file] [log] [blame]
[email protected]cce15bb2014-06-17 13:43:511// Copyright 2014 The Chromium Authors. All rights reserved.
[email protected]723b891a2013-09-06 17:12:562// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]cce15bb2014-06-17 13:43:515#include "chrome/browser/supervised_user/supervised_user_constants.h"
[email protected]723b891a2013-09-06 17:12:566
[email protected]cce15bb2014-06-17 13:43:517namespace supervised_users {
[email protected]723b891a2013-09-06 17:12:568
9const char kContentPackDefaultFilteringBehavior[] =
10 "ContentPackDefaultFilteringBehavior";
11const char kContentPackManualBehaviorHosts[] = "ContentPackManualBehaviorHosts";
12const char kContentPackManualBehaviorURLs[] = "ContentPackManualBehaviorURLs";
13const char kForceSafeSearch[] = "ForceSafeSearch";
fhorschig1f351f02014-09-30 12:30:2214const char kRecordHistory[] = "RecordHistory";
[email protected]723b891a2013-09-06 17:12:5615const char kSigninAllowed[] = "SigninAllowed";
16const char kUserName[] = "UserName";
17
[email protected]8209dcc2014-02-06 12:19:0818const char kUserPasswordRecord[] = "UserPasswordRecord";
19
[email protected]cce15bb2014-06-17 13:43:5120const char kSupervisedUserPseudoEmail[] = "managed_user@localhost";
[email protected]aab946912013-11-06 22:18:5121
treib4887f082014-12-08 12:37:1822const char kChildAccountSUID[] = "ChildAccountSUID";
23
[email protected]3ae4c612014-02-13 16:08:4924const char kChromeAvatarIndex[] = "chrome-avatar-index";
25const char kChromeOSAvatarIndex[] = "chromeos-avatar-index";
26
[email protected]3ac16ce2014-03-18 17:25:0227const char kChromeOSPasswordData[] = "chromeos-password-data";
28
[email protected]cce15bb2014-06-17 13:43:5129} // namespace supervised_users