| 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 a927aa1c080e5c6d1ad440a62c19daafece6ce71..a9d7d4cb5d82c8caa4e2d666ce813bd702f2fcd2 100644
|
| --- a/chrome/browser/policy/device_status_collector.h
|
| +++ b/chrome/browser/policy/device_status_collector.h
|
| @@ -52,6 +52,10 @@ class DeviceStatusCollector : public content::NotificationObserver {
|
| LocationUpdateRequester location_update_requester);
|
| virtual ~DeviceStatusCollector();
|
|
|
| + // Initializes the collector, making it start to observe setting updates
|
| + // and schedule the next status collection time.
|
| + void Init();
|
| +
|
| void GetStatus(enterprise_management::DeviceStatusReportRequest* request);
|
|
|
| static void RegisterPrefs(PrefService* local_state);
|
|
|