Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 79eb0cac272502d98915231e3e0ab054732c95e7..82756f99649ee1b124d76f914f5866b63b12c4aa 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -112,7 +112,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: 156 |
| +# For your editing convenience: highest ID currently used: 157 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -503,6 +503,21 @@ |
| Remote access clients are not affected by this policy setting. They will always use 'chromoting-client.talkgadget.google.com' to access the TalkGadget.''', |
| }, |
| + { |
| + 'name': 'RemoteAccessHostRequireCurtain', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome.*:23-', 'chrome_os:0.23-'], |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': False, |
| + 'id': 157, |
| + 'caption': '''Enable curtaining of remote access hosts.''', |
| + 'desc': '''Enables curtaining of remote access hosts while a connection is in progress. |
| + |
| + If this setting is enabled, then hosts' physical input and output devices are disabled while a remote connection is in progress. |
| + |
| + If this setting is disabled or not set, then hosts can be shared between local and remote users.''', |
|
garykac
2012/08/09 23:45:21
...then both local and remote users can interact w
Jamie
2012/08/13 17:19:33
Done.
|
| + }, |
| ], |
| }, |
| { |