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

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

Issue 2132663002: kiosk: Add status report for os update and running app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move clean up code from TearDown to dtor since set up code is in ctor now and fix DeviceStatusColle… Created 4 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/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 f5d2dd0a68836865129afaa8a7f272d5721cce6c..f1d63e626b7b536a0a8826bbc3f5ac3e501c3276 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -99,6 +99,8 @@ message DeviceReportingProto {
optional bool report_users = 6 [default = true];
optional bool report_hardware_status = 7 [default = true];
optional bool report_session_status = 8 [default = true];
+ optional bool report_os_update_status = 10 [default = false];
+ optional bool report_running_kiosk_app = 11 [default = false];
// Frequency to report device status, default to 3 hours.
optional int64 device_status_frequency = 9 [default = 10800000];

Powered by Google App Engine
This is Rietveld 408576698