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

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

Issue 2396103002: Create policy ReportArcStatus (Closed)
Patch Set: Rebase Created 4 years, 2 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/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 ca1023a7a9e1552b29933398c8a2e4a3dc956156..cf075964aac1e0a1a60b113f8e7c758023b1811a 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -120,6 +120,8 @@
# 'can_be_recommended' can be set to True to include that policy in the
# recommended policies templates. This only affects the template generation;
# all policies can be at the recommended level. The default is False.
+# 'per_profile' controls whether a user policy applies to every user logging
+# into the browser or only one profile.
#
# The 'max_size' key is used to specify the maximal size of the external data
# that a policy can reference, in bytes. This annotation is compulsory for
@@ -137,7 +139,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 348
+# For your editing convenience: highest ID currently used: 349
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -4994,8 +4996,8 @@
'desc': '''Report information about the active kiosk session, such as
application ID and version.
- If the policy is set to false, the session information will not be
- reported. If set to true or left unset, session information will be
+ If the policy is set to false, the kiosk session information will not be
+ reported. If set to true or left unset, kiosk session information will be
reported.''',
'arc_support': 'This policy has no effect on the logging done by Android.',
},
@@ -5019,6 +5021,27 @@
'arc_support': 'This policy has no effect on the logging done by Android.',
},
{
+ 'name': 'ReportArcStatus',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome_os:55-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'per_profile': False,
+ },
+ 'example_value': False,
+ 'id': 349,
+ 'caption': '''Report information about status of Android''',
+ 'tags': ['admin-sharing'],
+ 'desc': '''Report information about the status of Android is send back to
+ the server.
+
+ If the policy is set to false, the information will not be reported.
+ If set to true or left unset, the information will be reported.
+
+ This policy only applies if Android apps are enabled.''',
+ },
+ {
'name': 'HeartbeatEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698