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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'caption': '''Configure remote access options''', 341 'caption': '''Configure remote access options''',
342 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph>. 342 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph>.
343 343
344 These features are ignored unless the Remote Access web application is ins talled.''', 344 These features are ignored unless the Remote Access web application is ins talled.''',
345 'policies': [ 345 'policies': [
346 { 346 {
347 'name': 'RemoteAccessClientFirewallTraversal', 347 'name': 'RemoteAccessClientFirewallTraversal',
348 'type': 'main', 348 'type': 'main',
349 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], 349 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'],
350 'features': {'dynamic_refresh': 1}, 350 'features': {'dynamic_refresh': 1},
351 # Mark this 'removed' when http://crbug.com/100216 is resolved.
352 'deprecated': True,
351 'example_value': False, 353 'example_value': False,
352 'id': 94, 354 'id': 94,
353 'caption': '''Enable firewall traversal from remote access client''', 355 'caption': '''Enable firewall traversal from remote access client''',
354 'desc': '''Enables usage of STUN and relay servers when connecting to a remote client. 356 'desc': '''This policy is no longer supported.
357 Enables usage of STUN and relay servers when connecting to a remote cl ient.
355 358
356 If this setting is enabled, then this machine can discover and connect to remote host machines even if they are separated by a firewall. 359 If this setting is enabled, then this machine can discover and connect to remote host machines even if they are separated by a firewall.
357 360
358 If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine can only connect to host machines within the local network.''', 361 If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine can only connect to host machines within the local network.''',
359 }, 362 },
360 { 363 {
361 'name': 'RemoteAccessHostFirewallTraversal', 364 'name': 'RemoteAccessHostFirewallTraversal',
362 'type': 'main', 365 'type': 'main',
363 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], 366 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'],
364 'features': {'dynamic_refresh': 1}, 367 'features': {'dynamic_refresh': 1},
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1930 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1928 'text': '''Dynamic Policy Refresh''' 1931 'text': '''Dynamic Policy Refresh'''
1929 }, 1932 },
1930 'doc_deprecated': { 1933 'doc_deprecated': {
1931 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1934 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1932 'text': 'deprecated', 1935 'text': 'deprecated',
1933 } 1936 }
1934 }, 1937 },
1935 'placeholders': [], 1938 'placeholders': [],
1936 } 1939 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698