Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / browser / supervised_user / supervised_user_constants.cc
blobc3e926d1c2f5dbde2c02c3f2155726fdce035ed4
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/supervised_user/supervised_user_constants.h"
7 namespace supervised_users {
9 const char kContentPackDefaultFilteringBehavior[] =
10 "ContentPackDefaultFilteringBehavior";
11 const char kContentPackManualBehaviorHosts[] = "ContentPackManualBehaviorHosts";
12 const char kContentPackManualBehaviorURLs[] = "ContentPackManualBehaviorURLs";
13 const char kForceSafeSearch[] = "ForceSafeSearch";
14 const char kRecordHistory[] = "RecordHistory";
15 const char kSigninAllowed[] = "SigninAllowed";
16 const char kUserName[] = "UserName";
18 const char kUserPasswordRecord[] = "UserPasswordRecord";
20 const char kSupervisedUserPseudoEmail[] = "managed_user@localhost";
22 const char kChromeAvatarIndex[] = "chrome-avatar-index";
23 const char kChromeOSAvatarIndex[] = "chromeos-avatar-index";
25 const char kChromeOSPasswordData[] = "chromeos-password-data";
27 } // namespace supervised_users