| Index: chrome/browser/chromeos/policy/device_status_collector.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_status_collector.cc b/chrome/browser/chromeos/policy/device_status_collector.cc
|
| index 9378b58b793b5077ea8afa029384f490f965af70..535c35f546629edbed4d563420e8b48e700fb546 100644
|
| --- a/chrome/browser/chromeos/policy/device_status_collector.cc
|
| +++ b/chrome/browser/chromeos/policy/device_status_collector.cc
|
| @@ -687,7 +687,13 @@ bool DeviceStatusCollector::GetDeviceStatus(
|
| if (report_hardware_status_)
|
| GetHardwareStatus(status);
|
|
|
| - return true;
|
| + return (report_activity_times_ ||
|
| + report_version_info_ ||
|
| + report_boot_mode_ ||
|
| + report_location_ ||
|
| + report_network_interfaces_ ||
|
| + report_users_ ||
|
| + report_hardware_status_);
|
| }
|
|
|
| bool DeviceStatusCollector::GetSessionStatus(
|
|
|