| Index: chrome/browser/policy/device_status_collector.h
|
| diff --git a/chrome/browser/policy/device_status_collector.h b/chrome/browser/policy/device_status_collector.h
|
| index 4f1c772c45bd5e22c5c4310d806aaf5df50356c5..33635cae2dd29d13a913f9f8c853788b40efdc5d 100644
|
| --- a/chrome/browser/policy/device_status_collector.h
|
| +++ b/chrome/browser/policy/device_status_collector.h
|
| @@ -61,6 +61,14 @@ class DeviceStatusCollector {
|
| void OnOSFirmware(chromeos::VersionLoader::Handle handle,
|
| std::string version);
|
|
|
| + // Helpers for the various portions of the status.
|
| + void GetActivityTimes(
|
| + enterprise_management::DeviceStatusReportRequest* request);
|
| + void GetVersionInfo(
|
| + enterprise_management::DeviceStatusReportRequest* request);
|
| + void GetBootMode(
|
| + enterprise_management::DeviceStatusReportRequest* request);
|
| +
|
| // How often to poll to see if the user is idle.
|
| int poll_interval_seconds_;
|
|
|
|
|