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

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

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('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 487f2c6a6389c3a0ed797f37562fe8752f86da65..0d1b2100e69e33b83eca7de29dd03f7f56e7e384 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -803,76 +803,6 @@
],
},
{
- 'name': 'Chromoting',
- 'type': 'group',
- 'caption': '''Remote access''',
- 'desc': '''Configure remote access in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevent users from changing it.
-
- Enabling these features requires that the Chromoting application be installed.''',
- 'policies': [
- {
- 'name': 'ChromotingEnabled',
- 'type': 'main',
- 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'],
- 'features': {'dynamic_refresh': 1},
- 'example_value': True,
- 'id': 87,
- 'caption': '''Enable remote access.''',
- 'desc': '''Enables basic remote access features from within <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, which includes the ability to access other machines that have been shared with the current user.
-
- Note that enabling this setting has no effect unless the Chromoting application has been installed.
-
- If this setting is enabled, then users can access other machines that have been shared with them.
-
- If this setting is disabled, then all remote access features are disabled, even if the Chromoting application has been installed.
-
- If this setting is not configured, then the value of this setting depends on whether or not there is a group policy in place. If there is a group policy, then this option defaults to being disabled. If there is no group policy, then this option defaults to being enabled.
-
- If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
- },
- {
- 'name': 'ChromotingHostEnabled',
- 'type': 'main',
- 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'],
- 'features': {'dynamic_refresh': 1},
- 'example_value': True,
- 'id': 88,
- 'caption': '''Enable sharing of this machine for remote access.''',
- 'desc': '''Enables the option to share this machine so that it can be accessed from another machine running <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
-
- Note that enabling this setting has no effect unless the Chromoting application has been installed and the ChromotingEnabled setting is enabled.
-
- If this setting is enabled, then users have the option to share their machine to allow remote access from another machine.
-
- If this setting is disabled, then users cannot share their machine for remote access. Note that they will still be able to access other remote machines if the ChromotingEnabled setting is enabled.
-
- If this setting is not configured, then the value of this setting depends on whether or not there is a group policy in place. If there is a group policy, then this option defaults to being disabled. If there is no group policy, then this option defaults to being enabled.
-
- If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
- },
- {
- 'name': 'ChromotingHostFirewallTraversal',
- 'type': 'main',
- 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'],
- 'features': {'dynamic_refresh': 1},
- 'example_value': True,
- 'id': 89,
- 'caption': '''Enable access to this machine through a firewall.''',
- 'desc': '''If the machine is being shared as a host, then this enables the ability for viewers to discover and connect to this machine, even the two machines are separated by a firewall.
-
- Note that enabling this setting has no effect unless the Chromoting application has been installed, the ChromotingEnabled and ChromotingHostEnabled settings have been enabled.
-
- If this setting is enabled, then remote viewers can discover and connect to this machine even if they are separated by a firewall.
-
- If this setting is disabled, then only machines within the local network (i.e., not separated by a firewall) are allowed to connect to this machine.
-
- If this setting is not configured, then the value of this setting depends on whether or not there is a group policy in place. If there is a group policy, then this option defaults to being disabled. If there is no group policy, then this option defaults to being enabled.
-
- If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
- },
- ],
- },
- {
'name': 'ShowHomeButton',
'type': 'main',
'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698