| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 8936fb9f2293b5e91c48b655ccac41da7f41d775..cc01449c2aab81cf162925da0789ece931551fe2 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -112,7 +112,7 @@
|
| # persistent IDs for all fields (but not for groups!) are needed. These are
|
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
|
| # because doing so would break the deployed wire format!
|
| -# For your editing convenience: highest ID currently used: 143
|
| +# For your editing convenience: highest ID currently used: 144
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -2637,6 +2637,23 @@
|
| },
|
| ],
|
| },
|
| + {
|
| + 'name': 'PinnedLauncherApps',
|
| + 'type': 'list',
|
| + 'supported_on': ['chrome_os:20-' ],
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + 'can_be_recommended': True,
|
| + },
|
| + 'example_value': ['pjkljhegncpnkpknbcohdijeoejaedia'],
|
| + 'id': 144,
|
| + 'caption': '''List of pinned apps to show in the launcher''',
|
| + 'desc': '''Lists the application identifiers <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> shows as pinned apps in the launcher bar.
|
| +
|
| + If this policy is configured, the set of applications is fixed and can't be changed by the user.
|
| +
|
| + If this policy is left unset, the user may change the list of pinned apps in the launcher.''',
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|