Chromium Code Reviews| Index: components/policy/resources/policy_templates.json |
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
| index ed4a6b0f2b0fc52f76a7175157f1c2c43b357a2c..52f75dd404ced1bcc27c6ca2f437ba9dc6e9c266 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -565,7 +565,7 @@ |
| 'name': 'RemoteAccessClientFirewallTraversal', |
| 'type': 'main', |
| 'schema': { 'type': 'boolean' }, |
| - 'supported_on': ['chrome.*:14-', 'chrome_os:14-'], |
| + 'supported_on': ['chrome.*:14-16', 'chrome_os:14-16'], |
| 'features': { |
| 'dynamic_refresh': True, |
| }, |
| @@ -623,11 +623,13 @@ |
| 'name': 'RemoteAccessHostRequireTwoFactor', |
| 'type': 'main', |
| 'schema': { 'type': 'boolean' }, |
| - 'supported_on': ['chrome.*:22-', 'chrome_os:41-'], |
|
bartfab (slow)
2015/02/09 08:28:05
It's a bit unfortunate that we documented this as
|
| + 'supported_on': ['chrome.*:22-22'], |
| 'features': { |
| 'dynamic_refresh': True, |
| 'per_profile': False, |
| }, |
| + # Mark this 'removed' when http://crbug.com/100216 is resolved. |
| + 'deprecated': True, |
| 'example_value': False, |
| 'id': 155, |
| 'caption': '''Enable two-factor authentication for remote access hosts''', |