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

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

Issue 2150603002: Added policy device id validation similar to the existing DM token validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 177040f1c64a39a8775efbcbb5b09639d9f32653..00ccceef58b0c3c60250fe2a37a7bf614e56c85f 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -4859,13 +4859,13 @@
},
'example_value': False,
'id': 293,
- 'caption': '''Send monitoring heartbeats to the management server''',
+ 'caption': '''Send network packets to the management server to monitor online status''',
Andrew T Wilson (Slow) 2016/07/14 15:03:51 I think somehow some diffs from a different bug fi
'tags': ['admin-sharing'],
- 'desc': '''Send monitoring heartbeats to the management server, to allow
+ 'desc': '''Send network packets to the management server to monitor online status, to allow
the server to detect if the device is offline.
- If this policy is set to true, monitoring heartbeats will be sent. If set
- to false or unset, then no heartbeats will be sent.''',
+ If this policy is set to true, monitoring network packets (so-called <ph name="HEARTBEATS_TERM">heartbeats</ph>) will be sent.
+ If set to false or unset, no packets will be sent.''',
},
{
'name': 'HeartbeatFrequency',
@@ -4878,9 +4878,9 @@
},
'example_value': 180000,
'id': 294,
- 'caption': '''Frequency of monitoring heartbeats''',
+ 'caption': '''Frequency of monitoring network packets''',
'tags': [],
- 'desc': '''How frequently monitoring heartbeats are sent, in milliseconds.
+ 'desc': '''How frequently monitoring network packets are sent, in milliseconds.
If this policy is unset, the default frequency is 3 minutes. The minimum
frequency is 30 seconds and the maximum frequency is 24 hours - values
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_validator_unittest.cc ('k') | components/policy_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698