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

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

Issue 12556004: Created AttestationPolicyObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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[];
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 extern const char kAllowRedeemChromeOsRegistrationOffers[]; 52 extern const char kAllowRedeemChromeOsRegistrationOffers[];
53 53
54 extern const char kStartUpFlags[]; 54 extern const char kStartUpFlags[];
55 55
56 extern const char kKioskAppSettingsPrefix[]; 56 extern const char kKioskAppSettingsPrefix[];
57 extern const int kKioskAppSettingsPrefixLength; 57 extern const int kKioskAppSettingsPrefixLength;
58 extern const char kKioskApps[]; 58 extern const char kKioskApps[];
59 extern const char kKioskAutoLaunch[]; 59 extern const char kKioskAutoLaunch[];
60 extern const char kKioskDisableBailoutShortcut[]; 60 extern const char kKioskDisableBailoutShortcut[];
61 61
62 extern const char kDeviceAttestationEnabled[];
63
62 } // namespace chromeos 64 } // namespace chromeos
63 65
64 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 66 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698