Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3410)

Unified Diff: chrome/browser/policy/device_status_collector.h

Issue 9289017: Apply individual policies for the various parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698