blob: f6902f2e96e1fba5c706db8b710ecbc3f7aa0458 [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
Marton Hunyady82533de2017-11-23 17:25:559#if defined(OS_CHROMEOS)
10const char kAccountConsistencyMirrorRequired[] =
11 "AccountConsistencyMirrorRequired";
12#endif
mamire9609642016-06-28 22:17:5413const char kApprovedExtensions[] = "ApprovedExtensions";
Yeolf0846cc02018-08-01 07:43:2514const char kAuthorizationHeaderFormat[] = "Bearer %s";
knn95221ffe2015-03-04 20:42:4315const char kCameraMicDisabled[] = "CameraMicDisabled";
[email protected]723b891a2013-09-06 17:12:5616const char kContentPackDefaultFilteringBehavior[] =
17 "ContentPackDefaultFilteringBehavior";
18const char kContentPackManualBehaviorHosts[] = "ContentPackManualBehaviorHosts";
19const char kContentPackManualBehaviorURLs[] = "ContentPackManualBehaviorURLs";
bauerbc3d40a32017-01-17 17:05:1020const char kCookiesAlwaysAllowed[] = "CookiesAlwaysAllowed";
[email protected]723b891a2013-09-06 17:12:5621const char kForceSafeSearch[] = "ForceSafeSearch";
knn95221ffe2015-03-04 20:42:4322const char kGeolocationDisabled[] = "GeolocationDisabled";
fhorschig1f351f02014-09-30 12:30:2223const char kRecordHistory[] = "RecordHistory";
bauerbb519f8252016-05-13 09:16:3924const char kRecordHistoryIncludesSessionSync[] =
25 "RecordHistoryIncludesSessionSync";
treib767520c2015-08-03 15:36:4626const char kSafeSitesEnabled[] = "SafeSites";
Mihai Sardarescuf87ccc12018-09-26 10:37:4527const char kSigninAllowed[] = "SigninAllowed";
[email protected]723b891a2013-09-06 17:12:5628const char kUserName[] = "UserName";
29
Colin Blundellcfc450e2018-07-10 16:52:4030// NOTE: Do not change this value without changing the value of the
31// corresponding constant in
32// //services/identity/public/cpp/identity_manager.cc to correspond.
[email protected]cce15bb2014-06-17 13:43:5133const char kSupervisedUserPseudoEmail[] = "managed_user@localhost";
[email protected]aab946912013-11-06 22:18:5134
treib4887f082014-12-08 12:37:1835const char kChildAccountSUID[] = "ChildAccountSUID";
36
[email protected]3ae4c612014-02-13 16:08:4937const char kChromeAvatarIndex[] = "chrome-avatar-index";
38const char kChromeOSAvatarIndex[] = "chromeos-avatar-index";
39
[email protected]3ac16ce2014-03-18 17:25:0240const char kChromeOSPasswordData[] = "chromeos-password-data";
41
[email protected]cce15bb2014-06-17 13:43:5142} // namespace supervised_users