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

Unified Diff: components/policy/resources/policy_templates.json

Issue 900363003: Mark RemoteHostAccessRequireTwoFactor as deprecated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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''',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698