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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; | 62 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; |
63 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; | 63 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; |
64 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; | 64 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; |
65 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; | 65 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; |
66 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; | 66 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; |
67 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; | 67 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; |
68 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; | 68 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; |
69 CHROMEOS_EXPORT extern const char kReportDeviceSessionStatus[]; | 69 CHROMEOS_EXPORT extern const char kReportDeviceSessionStatus[]; |
70 CHROMEOS_EXPORT extern const char kReportOsUpdateStatus[]; | 70 CHROMEOS_EXPORT extern const char kReportOsUpdateStatus[]; |
71 CHROMEOS_EXPORT extern const char kReportRunningKioskApp[]; | 71 CHROMEOS_EXPORT extern const char kReportRunningKioskApp[]; |
| 72 CHROMEOS_EXPORT extern const char kReportSoundVolume[]; |
72 CHROMEOS_EXPORT extern const char kReportUploadFrequency[]; | 73 CHROMEOS_EXPORT extern const char kReportUploadFrequency[]; |
73 | 74 |
74 CHROMEOS_EXPORT extern const char kHeartbeatEnabled[]; | 75 CHROMEOS_EXPORT extern const char kHeartbeatEnabled[]; |
75 CHROMEOS_EXPORT extern const char kHeartbeatFrequency[]; | 76 CHROMEOS_EXPORT extern const char kHeartbeatFrequency[]; |
76 | 77 |
77 CHROMEOS_EXPORT extern const char kSystemLogUploadEnabled[]; | 78 CHROMEOS_EXPORT extern const char kSystemLogUploadEnabled[]; |
78 | 79 |
79 CHROMEOS_EXPORT extern const char kPolicyMissingMitigationMode[]; | 80 CHROMEOS_EXPORT extern const char kPolicyMissingMitigationMode[]; |
80 | 81 |
81 CHROMEOS_EXPORT extern const char kAllowRedeemChromeOsRegistrationOffers[]; | 82 CHROMEOS_EXPORT extern const char kAllowRedeemChromeOsRegistrationOffers[]; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 CHROMEOS_EXPORT extern const char kDeviceLoginScreenAppInstallList[]; | 116 CHROMEOS_EXPORT extern const char kDeviceLoginScreenAppInstallList[]; |
116 | 117 |
117 CHROMEOS_EXPORT extern const char kDeviceWallpaperImage[]; | 118 CHROMEOS_EXPORT extern const char kDeviceWallpaperImage[]; |
118 | 119 |
119 CHROMEOS_EXPORT extern const char kDeviceLoginScreenLocales[]; | 120 CHROMEOS_EXPORT extern const char kDeviceLoginScreenLocales[]; |
120 CHROMEOS_EXPORT extern const char kDeviceLoginScreenInputMethods[]; | 121 CHROMEOS_EXPORT extern const char kDeviceLoginScreenInputMethods[]; |
121 | 122 |
122 } // namespace chromeos | 123 } // namespace chromeos |
123 | 124 |
124 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 125 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
OLD | NEW |