[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"; | ||||
14 | const char kSigninAllowed[] = "SigninAllowed"; | ||||
15 | const char kUserName[] = "UserName"; | ||||
16 | |||||
[email protected] | 8209dcc | 2014-02-06 12:19:08 | [diff] [blame] | 17 | const char kUserPasswordRecord[] = "UserPasswordRecord"; |
18 | |||||
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame^] | 19 | const char kSupervisedUserPseudoEmail[] = "managed_user@localhost"; |
[email protected] | aab94691 | 2013-11-06 22:18:51 | [diff] [blame] | 20 | |
[email protected] | 3ae4c61 | 2014-02-13 16:08:49 | [diff] [blame] | 21 | const char kChromeAvatarIndex[] = "chrome-avatar-index"; |
22 | const char kChromeOSAvatarIndex[] = "chromeos-avatar-index"; | ||||
23 | |||||
[email protected] | 3ac16ce | 2014-03-18 17:25:02 | [diff] [blame] | 24 | const char kChromeOSPasswordData[] = "chromeos-password-data"; |
25 | |||||
[email protected] | cce15bb | 2014-06-17 13:43:51 | [diff] [blame^] | 26 | } // namespace supervised_users |