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

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

Issue 17546004: Added policy for disabling locally managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflict resolved. Created 7 years, 6 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[]; 21 extern const char kAccountsPrefDeviceLocalAccountsKeyKioskAppUpdateURL[];
22 extern const char kAccountsPrefDeviceLocalAccountAutoLoginId[]; 22 extern const char kAccountsPrefDeviceLocalAccountAutoLoginId[];
23 extern const char kAccountsPrefDeviceLocalAccountAutoLoginDelay[]; 23 extern const char kAccountsPrefDeviceLocalAccountAutoLoginDelay[];
24 extern const char kAccountsPrefDeviceLocalAccountAutoLoginBailoutEnabled[]; 24 extern const char kAccountsPrefDeviceLocalAccountAutoLoginBailoutEnabled[];
25 extern const char kAccountsPrefSupervisedUsersEnabled[];
25 26
26 extern const char kSignedDataRoamingEnabled[]; 27 extern const char kSignedDataRoamingEnabled[];
27 28
28 extern const char kUpdateDisabled[]; 29 extern const char kUpdateDisabled[];
29 extern const char kAllowedConnectionTypesForUpdate[]; 30 extern const char kAllowedConnectionTypesForUpdate[];
30 31
31 extern const char kSystemTimezonePolicy[]; 32 extern const char kSystemTimezonePolicy[];
32 extern const char kSystemTimezone[]; 33 extern const char kSystemTimezone[];
33 34
34 extern const char kDeviceOwner[]; 35 extern const char kDeviceOwner[];
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 extern const char kKioskApps[]; 67 extern const char kKioskApps[];
67 extern const char kKioskAutoLaunch[]; 68 extern const char kKioskAutoLaunch[];
68 extern const char kKioskDisableBailoutShortcut[]; 69 extern const char kKioskDisableBailoutShortcut[];
69 70
70 extern const char kVariationsRestrictParameter[]; 71 extern const char kVariationsRestrictParameter[];
71 72
72 extern const char kDeviceAttestationEnabled[]; 73 extern const char kDeviceAttestationEnabled[];
73 } // namespace chromeos 74 } // namespace chromeos
74 75
75 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 76 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698