| OLD | NEW |
| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 extern const char kIdleLogoutTimeout[]; | 45 extern const char kIdleLogoutTimeout[]; |
| 46 extern const char kIdleLogoutWarningDuration[]; | 46 extern const char kIdleLogoutWarningDuration[]; |
| 47 | 47 |
| 48 extern const char kStartUpUrls[]; | 48 extern const char kStartUpUrls[]; |
| 49 | 49 |
| 50 extern const char kPolicyMissingMitigationMode[]; | 50 extern const char kPolicyMissingMitigationMode[]; |
| 51 | 51 |
| 52 extern const char kAllowRedeemChromeOsRegistrationOffers[]; | 52 extern const char kAllowRedeemChromeOsRegistrationOffers[]; |
| 53 | 53 |
| 54 extern const char kStartUpFlags[]; | 54 extern const char kStartUpFlags[]; |
| 55 |
| 56 extern const char kDeviceAttestationEnabled[]; |
| 57 |
| 55 } // namespace chromeos | 58 } // namespace chromeos |
| 56 | 59 |
| 57 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 60 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| OLD | NEW |