| 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 28 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 CHROMEOS_EXPORT extern const char kUpdateDisabled[]; | 40 CHROMEOS_EXPORT extern const char kUpdateDisabled[]; |
| 41 CHROMEOS_EXPORT extern const char kAllowedConnectionTypesForUpdate[]; | 41 CHROMEOS_EXPORT extern const char kAllowedConnectionTypesForUpdate[]; |
| 42 | 42 |
| 43 CHROMEOS_EXPORT extern const char kSystemTimezonePolicy[]; | 43 CHROMEOS_EXPORT extern const char kSystemTimezonePolicy[]; |
| 44 CHROMEOS_EXPORT extern const char kSystemTimezone[]; | 44 CHROMEOS_EXPORT extern const char kSystemTimezone[]; |
| 45 CHROMEOS_EXPORT extern const char kSystemUse24HourClock[]; | 45 CHROMEOS_EXPORT extern const char kSystemUse24HourClock[]; |
| 46 | 46 |
| 47 CHROMEOS_EXPORT extern const char kDeviceOwner[]; | 47 CHROMEOS_EXPORT extern const char kDeviceOwner[]; |
| 48 | 48 |
| 49 CHROMEOS_EXPORT extern const char kStatsReportingPref[]; | |
| 50 | |
| 51 CHROMEOS_EXPORT extern const char kReleaseChannel[]; | 49 CHROMEOS_EXPORT extern const char kReleaseChannel[]; |
| 52 CHROMEOS_EXPORT extern const char kReleaseChannelDelegated[]; | 50 CHROMEOS_EXPORT extern const char kReleaseChannelDelegated[]; |
| 53 | 51 |
| 54 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; | 52 CHROMEOS_EXPORT extern const char kReportDeviceVersionInfo[]; |
| 55 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; | 53 CHROMEOS_EXPORT extern const char kReportDeviceActivityTimes[]; |
| 56 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; | 54 CHROMEOS_EXPORT extern const char kReportDeviceBootMode[]; |
| 57 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; | 55 CHROMEOS_EXPORT extern const char kReportDeviceLocation[]; |
| 58 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; | 56 CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[]; |
| 59 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; | 57 CHROMEOS_EXPORT extern const char kReportDeviceUsers[]; |
| 60 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; | 58 CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[]; |
| (...skipping 27 matching lines...) Expand all Loading... |
| 88 CHROMEOS_EXPORT extern const char kDeviceDisabled[]; | 86 CHROMEOS_EXPORT extern const char kDeviceDisabled[]; |
| 89 CHROMEOS_EXPORT extern const char kDeviceDisabledMessage[]; | 87 CHROMEOS_EXPORT extern const char kDeviceDisabledMessage[]; |
| 90 | 88 |
| 91 CHROMEOS_EXPORT extern const char kRebootOnShutdown[]; | 89 CHROMEOS_EXPORT extern const char kRebootOnShutdown[]; |
| 92 | 90 |
| 93 CHROMEOS_EXPORT extern const char kExtensionCacheSize[]; | 91 CHROMEOS_EXPORT extern const char kExtensionCacheSize[]; |
| 94 | 92 |
| 95 } // namespace chromeos | 93 } // namespace chromeos |
| 96 | 94 |
| 97 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 95 #endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| OLD | NEW |