[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | 723b891a | 2013-09-06 17:12:56 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame] | 5 | #include "chrome/browser/supervised_user/supervised_user_constants.h" |
[email protected] | 723b891a | 2013-09-06 17:12:56 | [diff] [blame] | 6 | |
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame] | 7 | namespace supervised_users { |
[email protected] | 723b891a | 2013-09-06 17:12:56 | [diff] [blame] | 8 | |
9 | const char kContentPackDefaultFilteringBehavior[] = | ||||
10 | "ContentPackDefaultFilteringBehavior"; | ||||
11 | const char kContentPackManualBehaviorHosts[] = "ContentPackManualBehaviorHosts"; | ||||
12 | const char kContentPackManualBehaviorURLs[] = "ContentPackManualBehaviorURLs"; | ||||
13 | const char kForceSafeSearch[] = "ForceSafeSearch"; | ||||
fhorschig | 1f351f0 | 2014-09-30 12:30:22 | [diff] [blame] | 14 | const char kRecordHistory[] = "RecordHistory"; |
[email protected] | 723b891a | 2013-09-06 17:12:56 | [diff] [blame] | 15 | const char kSigninAllowed[] = "SigninAllowed"; |
16 | const char kUserName[] = "UserName"; | ||||
17 | |||||
[email protected] | 8209dcc | 2014-02-06 12:19:08 | [diff] [blame] | 18 | const char kUserPasswordRecord[] = "UserPasswordRecord"; |
19 | |||||
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame] | 20 | const char kSupervisedUserPseudoEmail[] = "managed_user@localhost"; |
[email protected] | aab94691 | 2013-11-06 22:18:51 | [diff] [blame] | 21 | |
treib | 4887f08 | 2014-12-08 12:37:18 | [diff] [blame^] | 22 | const char kChildAccountSUID[] = "ChildAccountSUID"; |
23 | |||||
[email protected] | 3ae4c61 | 2014-02-13 16:08:49 | [diff] [blame] | 24 | const char kChromeAvatarIndex[] = "chrome-avatar-index"; |
25 | const char kChromeOSAvatarIndex[] = "chromeos-avatar-index"; | ||||
26 | |||||
[email protected] | 3ac16ce | 2014-03-18 17:25:02 | [diff] [blame] | 27 | const char kChromeOSPasswordData[] = "chromeos-password-data"; |
28 | |||||
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame] | 29 | } // namespace supervised_users |