Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: chrome/browser/chromeos/settings/cros_settings_names.h

Issue 23460030: Clean up device policy definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
7 7
8 namespace chromeos { 8 namespace chromeos {
9 9
10 extern const char kCrosSettingsPrefix[]; 10 extern const char kCrosSettingsPrefix[];
11 11
12 extern const char kAccountsPrefAllowGuest[]; 12 extern const char kAccountsPrefAllowGuest[];
13 extern const char kAccountsPrefAllowNewUser[]; 13 extern const char kAccountsPrefAllowNewUser[];
14 extern const char kAccountsPrefShowUserNamesOnSignIn[]; 14 extern const char kAccountsPrefShowUserNamesOnSignIn[];
15 extern const char kAccountsPrefUsers[]; 15 extern const char kAccountsPrefUsers[];
16 extern const char kAccountsPrefEphemeralUsersEnabled[]; 16 extern const char kAccountsPrefEphemeralUsersEnabled[];
17 extern const char kAccountsPrefDeviceLocalAccounts[]; 17 extern const char kAccountsPrefDeviceLocalAccounts[];
18 extern const char kAccountsPrefDeviceLocalAccountsKeyId[]; 18 extern const char kAccountsPrefDeviceLocalAccountsKeyId[];
19 extern const char kAccountsPrefDeviceLocalAccountsKeyType[]; 19 extern const char kAccountsPrefDeviceLocalAccountsKeyType[];
20 extern const char kAccountsPrefDeviceLocalAccountsKeyKioskAppId[]; 20 extern const char kAccountsPrefDeviceLocalAccountsKeyKioskAppId[];
21 extern const char kAccountsPrefDeviceLocalAccountsKeyKioskAppUpdateURL[];
22 extern const char kAccountsPrefDeviceLocalAccountAutoLoginId[]; 21 extern const char kAccountsPrefDeviceLocalAccountAutoLoginId[];
23 extern const char kAccountsPrefDeviceLocalAccountAutoLoginDelay[]; 22 extern const char kAccountsPrefDeviceLocalAccountAutoLoginDelay[];
24 extern const char kAccountsPrefDeviceLocalAccountAutoLoginBailoutEnabled[]; 23 extern const char kAccountsPrefDeviceLocalAccountAutoLoginBailoutEnabled[];
25 extern const char kAccountsPrefSupervisedUsersEnabled[]; 24 extern const char kAccountsPrefSupervisedUsersEnabled[];
26 25
27 extern const char kSignedDataRoamingEnabled[]; 26 extern const char kSignedDataRoamingEnabled[];
28 27
29 extern const char kUpdateDisabled[]; 28 extern const char kUpdateDisabled[];
30 extern const char kAllowedConnectionTypesForUpdate[]; 29 extern const char kAllowedConnectionTypesForUpdate[];
31 30
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 extern const char kKioskDisableBailoutShortcut[]; 70 extern const char kKioskDisableBailoutShortcut[];
72 71
73 extern const char kVariationsRestrictParameter[]; 72 extern const char kVariationsRestrictParameter[];
74 73
75 extern const char kDeviceAttestationEnabled[]; 74 extern const char kDeviceAttestationEnabled[];
76 extern const char kAttestationForContentProtectionEnabled[]; 75 extern const char kAttestationForContentProtectionEnabled[];
77 76
78 } // namespace chromeos 77 } // namespace chromeos
79 78
80 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 79 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698