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

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

Issue 891323002: Add missing policies to to device policy proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@g_1_430908_add_heartbeat_settings_device_policy
Patch Set: Added one more missing policy. Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index 58c590b7a9f0d951179fa81e59308a8ed19c2bb7..fa6cf9b8f831e3b5c7ad1fc5f17648a3c557b724 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -98,6 +98,10 @@ message DeviceReportingProto {
optional bool report_network_interfaces = 5;
optional bool report_users = 6;
optional bool report_hardware_status = 7;
+ optional bool report_session_status = 8 [default = true];
+
+ // Frequency to report device status, default to 3 hours.
+ optional int64 device_status_frequency = 9 [default = 10800000];
}
message EphemeralUsersEnabledProto {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698