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

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: Finally. 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') | no next file with comments »
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 36b0dd802326ae7b5679040d40fe32cfcf122e3b..d5ea01486000ac9541575123cc83d30590194e94 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:
@@ -2068,6 +2068,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.''',
Mattias Nissler (ping if slow) 2011/11/18 09:38:43 Can you put some more detail on what happens when
Patrick Dubroy 2011/11/18 09:59:11 Done.
+ },
+ {
+ '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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698