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

Unified Diff: chrome/common/pref_names.cc

Issue 9289017: Apply individual policies for the various parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b171c53b8d41419d5bfd91306cfbc3ec19ec2267..125b83e9cd35d6d2b38ba4d0dea5538a3cf5f2ae 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1606,6 +1606,10 @@ const char kReportDeviceVersionInfo[] = "device_status.report_version_info";
// A boolean pref that indicates whether device activity times should be
// recorded and reported along with device policy requests.
const char kReportDeviceActivityTimes[] = "device_status.report_activity_times";
+
+// A boolean pref that indicates whether device the state of the dev switch
+// at boot mode should be reported along with device policy requests.
+const char kReportDeviceBootMode[] = "device_status.report_boot_mode";
pastarmovj 2012/01/26 09:52:11 Those pref names will have to go to the cros_setti
Patrick Dubroy 2012/01/27 15:20:29 Done.
#endif
// Whether there is a Flash version installed that supports clearing LSO data.
« chrome/browser/policy/proto/chrome_device_policy.proto ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698