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

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

Issue 18348016: If requested, report network interfaces to management server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Finishing touches. Created 7 years, 5 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/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_;

Powered by Google App Engine
This is Rietveld 408576698