Commit f161acf8 authored by mnissler@chromium.org's avatar mnissler@chromium.org

Fix supported_on versions for retired policies.

They should be inclusive, not exclusive.

BUG=None
TEST=None

Review URL: https://chromiumcodereview.appspot.com/16093009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202900 0039d316-1c4b-4281-b951-d872f2087c98
parent 55a67c25
......@@ -995,7 +995,7 @@
'name': 'ClearSiteDataOnExit',
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:11-29', 'chrome_os:0.11-0.29'],
'supported_on': ['chrome.*:11-28', 'chrome_os:0.11-0.28'],
'features': {
'can_be_recommended': True,
'dynamic_refresh': True,
......@@ -3005,7 +3005,7 @@
'name': 'EnterpriseWebStoreURL',
'type': 'string',
'schema': { 'type': 'string' },
'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'],
'supported_on': ['chrome.*:17-28', 'chrome_os:0.17-0.28'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
......@@ -3020,7 +3020,7 @@
'name': 'EnterpriseWebStoreName',
'type': 'string',
'schema': { 'type': 'string' },
'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'],
'supported_on': ['chrome.*:17-28', 'chrome_os:0.17-0.28'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
......
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