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

Unified Diff: components/policy/resources/policy_templates.json

Issue 308643006: Enable enterprise device reporting features by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d2b53921b89e88af7f67ff8961f053e10ee2a2ca..ac9b274c9c1560bec4a2b71bb2f473640b4e9b43 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -3754,7 +3754,7 @@
'caption': '''Report OS and firmware version''',
'desc': '''Report OS and firmware version of enrolled devices.
- If this setting is set to True, enrolled devices will report the OS and firmware version periodically. If this setting is not set or set to False, version info will not be reported.''',
+ If this setting is not set or set to True, enrolled devices will report the OS and firmware version periodically. If this setting is set to False, version info will not be reported.''',
},
{
'name': 'ReportDeviceActivityTimes',
@@ -3770,7 +3770,7 @@
'caption': '''Report device activity times''',
'desc': '''Report device activity times.
- If this setting is set to True, enrolled devices will report time periods when a user is active on the device. If this setting is not set or set to False, device activity times will not be recorded or reported.''',
+ If this setting is not set or set to True, enrolled devices will report time periods when a user is active on the device. If this setting is set to False, device activity times will not be recorded or reported.''',
},
{
'name': 'ReportDeviceBootMode',
@@ -3786,7 +3786,7 @@
'caption': '''Report device boot mode''',
'desc': '''Report the state of the device's dev switch at boot.
- If the policy is not set, or set to false, the state of the dev switch will not be reported.''',
+ If the policy is set to false, the state of the dev switch will not be reported.''',
},
{
'name': 'ReportDeviceLocation',
@@ -3819,7 +3819,7 @@
'caption': '''Report device network interfaces''',
'desc': '''Report list of network interfaces with their types and hardware addresses to the server.
- If the policy is not set, or set to false, the interface list will not be reported.''',
+ If the policy is set to false, the interface list will not be reported.''',
},
{
'name': 'ReportDeviceUsers',
@@ -3835,7 +3835,7 @@
'caption': '''Report device users''',
'desc': '''Report list of device users that have recently logged in.
- If the policy is not set, or set to false, the users will not be reported.''',
+ If the policy is set to false, the users will not be reported.''',
},
{
'name': 'DeviceUserWhitelist',
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698