| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 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 CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 5 #ifndef CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| 6 #define CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 6 #define CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| 7 | 7 |
| 8 #include "chromeos/chromeos_export.h" | 8 #include "chromeos/chromeos_export.h" |
| 9 | 9 |
| 10 namespace chromeos { | 10 namespace chromeos { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 CHROMEOS_EXPORT extern const char kReleaseChannelDelegated[]; | 52 CHROMEOS_EXPORT extern const char kReleaseChannelDelegated[]; |
| 53 | 53 |
| 54 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; | 54 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; |
| 55 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; | 55 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; |
| 56 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; | 56 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; |
| 57 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; | 57 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; |
| 58 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; | 58 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; |
| 59 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; | 59 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; |
| 60 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; | 60 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; |
| 61 CHROMEOS_EXPORT extern const char kReportDeviceSessionStatus[]; | 61 CHROMEOS_EXPORT extern const char kReportDeviceSessionStatus[]; |
| 62 CHROMEOS_EXPORT extern const char kReportOsUpdateStatus[]; |
| 63 CHROMEOS_EXPORT extern const char kReportRunningKioskApp[]; |
| 62 CHROMEOS_EXPORT extern const char kReportUploadFrequency[]; | 64 CHROMEOS_EXPORT extern const char kReportUploadFrequency[]; |
| 63 | 65 |
| 64 CHROMEOS_EXPORT extern const char kHeartbeatEnabled[]; | 66 CHROMEOS_EXPORT extern const char kHeartbeatEnabled[]; |
| 65 CHROMEOS_EXPORT extern const char kHeartbeatFrequency[]; | 67 CHROMEOS_EXPORT extern const char kHeartbeatFrequency[]; |
| 66 | 68 |
| 67 CHROMEOS_EXPORT extern const char kSystemLogUploadEnabled[]; | 69 CHROMEOS_EXPORT extern const char kSystemLogUploadEnabled[]; |
| 68 | 70 |
| 69 CHROMEOS_EXPORT extern const char kPolicyMissingMitigationMode[]; | 71 CHROMEOS_EXPORT extern const char kPolicyMissingMitigationMode[]; |
| 70 | 72 |
| 71 CHROMEOS_EXPORT extern const char kAllowRedeemChromeOsRegistrationOffers[]; | 73 CHROMEOS_EXPORT extern const char kAllowRedeemChromeOsRegistrationOffers[]; |
| (...skipping 28 matching lines...) Expand all Loading... |
| 100 | 102 |
| 101 CHROMEOS_EXPORT extern const char kDeviceQuirksDownloadEnabled[]; | 103 CHROMEOS_EXPORT extern const char kDeviceQuirksDownloadEnabled[]; |
| 102 | 104 |
| 103 CHROMEOS_EXPORT extern const char kLoginVideoCaptureAllowedUrls[]; | 105 CHROMEOS_EXPORT extern const char kLoginVideoCaptureAllowedUrls[]; |
| 104 | 106 |
| 105 CHROMEOS_EXPORT extern const char kLoginApps[]; | 107 CHROMEOS_EXPORT extern const char kLoginApps[]; |
| 106 | 108 |
| 107 } // namespace chromeos | 109 } // namespace chromeos |
| 108 | 110 |
| 109 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 111 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| OLD | NEW |