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

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

Issue 8477005: Add policies to specify an enterprise web store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests for ComponentLoader. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/extensions/component_loader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 0f5a07726dd78c30b1e183b751dcf9c15a76f36f..c8ae7c83d203c022ce5d41e48082e630e2e073cf 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -100,7 +100,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: 109
+# For your editing convenience: highest ID currently used: 111
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -1867,6 +1867,28 @@
If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> print dialog''',
},
+ {
+ 'name': 'EnterpriseWebStoreURL',
+ 'type': 'string',
+ 'supported_on': ['chrome.*:17-','chrome_os:0.17-'],
+ 'features': {'dynamic_refresh': 1},
+ 'future': False,
+ 'example_value': 'http://company-intranet/chromeapps',
+ 'id': 110,
+ 'caption': '''Enterprise web store URL''',
+ 'desc': '''Enables an enterprise web store, where users can install Chrome apps and extensions.''',
+ },
+ {
+ 'name': 'EnterpriseWebStoreName',
+ 'type': 'string',
+ 'supported_on': ['chrome.*:17-','chrome_os:0.17-'],
+ 'features': {'dynamic_refresh': 1},
+ 'future': False,
+ 'example_value': 'WidgCo Chrome Apps',
+ 'id': 111,
+ 'caption': '''Enterprise web store name''',
+ 'desc': '''The name of your enterprise web store, which will be shown on the new tab page.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/extensions/component_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698