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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10316022: Wire up the policy for controlling pinned apps in the ash launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index c9622b0c48dd8bd7113fec2ce9205844a3e66ddf..aac79b16c3d3f80909eee2452ecd66af634589a9 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..''',
Joao da Silva 2012/05/03 18:41:22 nit: one .
Mattias Nissler (ping if slow) 2012/05/03 20:13:04 Done.
+ },
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698