Chromium Code Reviews| 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..29b6ec1105f46ccd93f3b53c8df8e7c6d585dabb 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -137,7 +137,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: 336 |
| +# For your editing convenience: highest ID currently used: 337 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -8743,6 +8743,29 @@ |
| 'tags': [], |
| 'desc': '''If this is set to true or is not set, users will be able to cast tabs, sites or the desktop from the browser. If set to false, this option will be disabled.''' |
| }, |
| + { |
| + 'name': 'ArcBackupRestoreEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_os:53-'], |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': False, |
| + }, |
| + 'example_value': False, |
| + 'id': 337, |
|
Polina Bondarenko
2016/07/15 12:36:50
'default_for_enterprise_users' set means that it's
Sergey Poromov
2016/07/18 10:10:56
The test passes successfully. I also ran all *Poli
Sergey Poromov
2016/07/18 14:08:34
No, I was incorrectly building tests. Removed this
|
| + 'default_for_enterprise_users': False, |
| + 'caption': '''Enable Android Backup Service for ARC''', |
| + 'tags': [], |
| + 'desc': |
| + '''When this policy is set to true, ARC app data is uploaded |
| + to Android Backup servers and restored from them upon app re-installations. |
| + |
| + If this setting is configured then users are not able change it themselves. |
| + |
| + If this setting is not configured then users are able to turn Android |
| + Backup Service on and off in Android Settings app.''', |
|
Thiemo Nagel
2016/07/15 13:01:39
Please document that there's an exception for ente
Sergey Poromov
2016/07/18 10:10:56
I'm not sure which one. That it's false by default
Thiemo Nagel
2016/07/22 16:48:13
Yes, that's what I meant, but you seem to have rem
|
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |