| Index: chrome/browser/chromeos/policy/device_status_collector.h
|
| diff --git a/chrome/browser/chromeos/policy/device_status_collector.h b/chrome/browser/chromeos/policy/device_status_collector.h
|
| index 2144019b89eb43d8b2789fa8e9bd24662296122e..b19ed941b386d3e8c2018494cd60b65253a94d51 100644
|
| --- a/chrome/browser/chromeos/policy/device_status_collector.h
|
| +++ b/chrome/browser/chromeos/policy/device_status_collector.h
|
| @@ -38,8 +38,8 @@ namespace enterprise_management {
|
| class DeviceStatusReportRequest;
|
| }
|
|
|
| -class PrefService;
|
| class PrefRegistrySimple;
|
| +class PrefService;
|
|
|
| namespace policy {
|
|
|
| @@ -145,6 +145,8 @@ class DeviceStatusCollector : public CloudPolicyClient::StatusProvider,
|
| enterprise_management::DeviceStatusReportRequest* request);
|
| void GetLocation(
|
| enterprise_management::DeviceStatusReportRequest* request);
|
| + void GetNetworkInterfaces(
|
| + enterprise_management::DeviceStatusReportRequest* request);
|
|
|
| // Update the cached values of the reporting settings.
|
| void UpdateReportingSettings();
|
| @@ -204,6 +206,7 @@ class DeviceStatusCollector : public CloudPolicyClient::StatusProvider,
|
| bool report_activity_times_;
|
| bool report_boot_mode_;
|
| bool report_location_;
|
| + bool report_network_interfaces_;
|
|
|
| scoped_refptr<Context> context_;
|
|
|
|
|