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. |