blob: a424075013792615e21ec700a0f693a63766d1c8 [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";
14const char kSigninAllowed[] = "SigninAllowed";
15const char kUserName[] = "UserName";
16
[email protected]8209dcc2014-02-06 12:19:0817const char kUserPasswordRecord[] = "UserPasswordRecord";
18
[email protected]cce15bb2014-06-17 13:43:5119const char kSupervisedUserPseudoEmail[] = "managed_user@localhost";
[email protected]aab946912013-11-06 22:18:5120
[email protected]3ae4c612014-02-13 16:08:4921const char kChromeAvatarIndex[] = "chrome-avatar-index";
22const char kChromeOSAvatarIndex[] = "chromeos-avatar-index";
23
[email protected]3ac16ce2014-03-18 17:25:0224const char kChromeOSPasswordData[] = "chromeos-password-data";
25
[email protected]cce15bb2014-06-17 13:43:5126} // namespace supervised_users