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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10827265: Add Chromoting curtain-mode policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ },
],
},
{
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698