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..80f8136d0d7cdc97b868472cd32f3a45ac596c6f 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'], # Removed by https://codereview.chromium.org/8275012. |
|
bartfab (slow)
2015/02/06 14:18:18
1) The "chrome.*:14-16" part LGTM.
2) I would pref
Łukasz Anforowicz
2015/02/06 20:29:20
Ack.
|
| 'features': { |
| 'dynamic_refresh': True, |
| }, |
| @@ -623,11 +623,12 @@ |
| 'name': 'RemoteAccessHostRequireTwoFactor', |
| 'type': 'main', |
| 'schema': { 'type': 'boolean' }, |
| - 'supported_on': ['chrome.*:22-', 'chrome_os:41-'], |
|
Łukasz Anforowicz
2015/02/06 20:29:20
This is a host-side policy - it wasn't handled whe
|
| + 'supported_on': ['chrome.*:22-22'], # Declared, but never used by crrev.com/10825149. |
|
bartfab (slow)
2015/02/06 14:18:18
As above.
Łukasz Anforowicz
2015/02/06 20:29:20
Done.
|
| 'features': { |
| 'dynamic_refresh': True, |
| 'per_profile': False, |
| }, |
| + 'deprecated': True, |
|
bartfab (slow)
2015/02/06 14:18:18
Please add the following above this line:
# Mark
Łukasz Anforowicz
2015/02/06 20:29:20
Done.
|
| 'example_value': False, |
| 'id': 155, |
| 'caption': '''Enable two-factor authentication for remote access hosts''', |