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

Unified Diff: chrome/browser/policy/proto/chromeos/chrome_device_policy.proto

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/policy/proto/chromeos/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
index 65fe798869d85eab827cf573da5d429538554d75..48b268ae9b51c9578e296a8fcd1c237c1ad8f6e9 100644
--- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
@@ -93,6 +93,7 @@ message DeviceReportingProto {
optional bool report_activity_times = 2;
optional bool report_boot_mode = 3;
optional bool report_location = 4;
+ optional bool report_network_interfaces = 5;
}
message EphemeralUsersEnabledProto {

Powered by Google App Engine
This is Rietveld 408576698