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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 204983009: Deprecate the unused AutoCleanupSettigsProto.clean_up_strategy policy. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Tweak supported_on end date. Created 6 years, 8 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/policy/proto/chrome_device_policy.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 3642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3653 'name': 'RemoveLRU', 3653 'name': 'RemoveLRU',
3654 'value': 'remove-lru', 3654 'value': 'remove-lru',
3655 'caption': '''Least recently used users are removed until there is eno ugh free space''', 3655 'caption': '''Least recently used users are removed until there is eno ugh free space''',
3656 }, 3656 },
3657 { 3657 {
3658 'name': 'RemoveLRUIfDormant', 3658 'name': 'RemoveLRUIfDormant',
3659 'value': 'remove-lru-if-dormant', 3659 'value': 'remove-lru-if-dormant',
3660 'caption': '''Least recently used users who have not logged in within last 3 months are removed until there is enough free space''', 3660 'caption': '''Least recently used users who have not logged in within last 3 months are removed until there is enough free space''',
3661 }, 3661 },
3662 ], 3662 ],
3663 'supported_on': ['chrome_os:32-'], 3663 'supported_on': ['chrome_os:32-35'],
3664 'device_only': True, 3664 'device_only': True,
3665 'features': { 3665 'features': {
3666 'dynamic_refresh': True, 3666 'dynamic_refresh': True,
3667 'per_profile': False, 3667 'per_profile': False,
3668 }, 3668 },
3669 'deprecated': True,
3669 'example_value': 'remove-lru', 3670 'example_value': 'remove-lru',
3670 'id': 246, 3671 'id': 246,
3671 'caption': '''Selects the strategy used to free up disk space during autom atic clean-up''', 3672 'caption': '''Selects the strategy used to free up disk space during autom atic clean-up (deprecated)''',
3672 'desc': '''Controls the automatic clean-up behavior on <ph name="PRODUCT_O S_NAME">$2<ex>Google Chrome OS</ex></ph> devices. Automatic clean-up is triggere d when the amount of free disk space reaches a critical level to recover some di sk space. 3673 'desc': '''This policy is deprecated. <ph name="PRODUCT_OS_NAME">$2<ex>Goo gle Chrome OS</ex></ph> will always use the 'RemoveLRU' clean-up strategy.
3674
3675 Controls the automatic clean-up behavior on <ph name="PRODUCT_OS_NAME">$2< ex>Google Chrome OS</ex></ph> devices. Automatic clean-up is triggered when the amount of free disk space reaches a critical level to recover some disk space.
3673 3676
3674 If this policy is set to 'RemoveLRU', the automatic clean-up will keep rem oving users from the device in least-recently-logged-in order until there is eno ugh free space. 3677 If this policy is set to 'RemoveLRU', the automatic clean-up will keep rem oving users from the device in least-recently-logged-in order until there is eno ugh free space.
3675 3678
3676 If this policy is set to 'RemoveLRUIfDormant', the automatic clean-up will keep removing users who have not logged in for at least 3 months in least-recen tly-logged-in order until there is enough free space. 3679 If this policy is set to 'RemoveLRUIfDormant', the automatic clean-up will keep removing users who have not logged in for at least 3 months in least-recen tly-logged-in order until there is enough free space.
3677 3680
3678 If this policy is not set, automatic clean-up uses the default built-in st rategy. Currently, it is the 'RemoveLRUIfDormant' strategy.''' 3681 If this policy is not set, automatic clean-up uses the default built-in st rategy. Currently, it is the 'RemoveLRUIfDormant' strategy.'''
3679 }, 3682 },
3680 { 3683 {
3681 'name': 'ReportDeviceVersionInfo', 3684 'name': 'ReportDeviceVersionInfo',
3682 'type': 'main', 3685 'type': 'main',
(...skipping 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after
6420 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6423 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6421 'text': 'deprecated', 6424 'text': 'deprecated',
6422 }, 6425 },
6423 'doc_recommended': { 6426 'doc_recommended': {
6424 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6427 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6425 'text': 'Default Settings (users can override)', 6428 'text': 'Default Settings (users can override)',
6426 }, 6429 },
6427 }, 6430 },
6428 'placeholders': [], 6431 'placeholders': [],
6429 } 6432 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/proto/chrome_device_policy.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698