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

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: Created 6 years, 9 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-'],
bartfab (slow) 2014/03/27 14:18:38 Nit: s/32-/32-34/
David Roche 2014/04/18 22:31:57 Done.
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': '''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.
bartfab (slow) 2014/03/27 14:18:38 Nit: Please add a sentence at the top of |desc| th
David Roche 2014/04/18 22:31:57 Done.
3673 3674
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. 3675 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 3676
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. 3677 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 3678
3678 If this policy is not set, automatic clean-up uses the default built-in st rategy. Currently, it is the 'RemoveLRUIfDormant' strategy.''' 3679 If this policy is not set, automatic clean-up uses the default built-in st rategy. Currently, it is the 'RemoveLRUIfDormant' strategy.'''
3679 }, 3680 },
3680 { 3681 {
3681 'name': 'ReportDeviceVersionInfo', 3682 'name': 'ReportDeviceVersionInfo',
3682 'type': 'main', 3683 'type': 'main',
(...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after
6469 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6470 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6470 'text': 'deprecated', 6471 'text': 'deprecated',
6471 }, 6472 },
6472 'doc_recommended': { 6473 'doc_recommended': {
6473 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6474 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6474 'text': 'Default Settings (users can override)', 6475 'text': 'Default Settings (users can override)',
6475 }, 6476 },
6476 }, 6477 },
6477 'placeholders': [], 6478 'placeholders': [],
6478 } 6479 }
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