Commit b6e4a35c authored by lukasza's avatar lukasza Committed by Commit bot

Mark RemoteHostAccessRequireTwoFactor as deprecated.

BUG=455900

Review URL: https://codereview.chromium.org/900363003

Cr-Commit-Position: refs/heads/master@{#315343}
parent 0e193ac6
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
'name': 'RemoteAccessClientFirewallTraversal', 'name': 'RemoteAccessClientFirewallTraversal',
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:14-', 'chrome_os:14-'], 'supported_on': ['chrome.*:14-16', 'chrome_os:14-16'],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
}, },
...@@ -623,11 +623,13 @@ ...@@ -623,11 +623,13 @@
'name': 'RemoteAccessHostRequireTwoFactor', 'name': 'RemoteAccessHostRequireTwoFactor',
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:22-', 'chrome_os:41-'], 'supported_on': ['chrome.*:22-22'],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': False, 'per_profile': False,
}, },
# Mark this 'removed' when http://crbug.com/100216 is resolved.
'deprecated': True,
'example_value': False, 'example_value': False,
'id': 155, 'id': 155,
'caption': '''Enable two-factor authentication for remote access hosts''', 'caption': '''Enable two-factor authentication for remote access hosts''',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment