Commit cd6d3897 authored by bartfab@chromium.org's avatar bartfab@chromium.org

Fix schema for AutoCleanUpStrategy policy

The AutoCleanUpStrategy policy can take on one of two values. Both should
be listed in the schema.

BUG=306334
TEST=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244563 0039d316-1c4b-4281-b951-d872f2087c98
parent 0362fb1f
......@@ -3436,9 +3436,7 @@
'type': 'string-enum',
'schema': {
'type': 'string',
'enum': [
'remove-lru',
],
'enum': [ 'remove-lru', 'remove-lru-if-dormant' ],
},
'items': [
{
......
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