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

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: Reviewer feedback. 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..2909de0bef20c089f4c9ea68356e68dc02153085 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 both local and remote users can interact with the host when it is being shared.''',
+ },
],
},
{
« 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