Chromium Code Reviews| 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. |