Chromium Code Reviews| 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. |