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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

Issue 9284025: Add policies for specific parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark policies as ChromeOS- and device-only. 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/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 7ed55b832a54b16f80eb3961e2d5a1a945c337af..4a10192af708632ddf7805aac6e8ff5da3c3647d 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -293,6 +293,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kChromeOsReleaseChannel,
prefs::kChromeOsReleaseChannel,
Value::TYPE_STRING },
+ { key::kReportDeviceVersionInfo,
+ prefs::kReportDeviceVersionInfo,
+ Value::TYPE_BOOLEAN },
+ { key::kReportDeviceActivityTimes,
+ prefs::kReportDeviceActivityTimes,
+ Value::TYPE_BOOLEAN },
#endif // defined(OS_CHROMEOS)
};

Powered by Google App Engine
This is Rietveld 408576698