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

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

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 kVariationsRestrictParameter[]; 62 extern const char kVariationsRestrictParameter[];
63
64 extern const char kDeviceAttestationEnabled[];
63 } // namespace chromeos 65 } // namespace chromeos
64 66
65 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ 67 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/chromeos/settings/cros_settings_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698