| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 54073aceac648a07b5e81eed990a5e70e7b3f7c9..9a5301d04eae39bd6b45d79497734fdbb4d1a859 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -79,6 +79,8 @@
|
| # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc
|
| # chrome.*, chrome.linux -> JSON,doc
|
| # chrome.*, chrome.mac -> plist, plist_strings,doc
|
| +# chrome.* -> Chrome policy definition list
|
| +# chrome_os -> Chrome policy definition list, when building OS_CHROMEOS
|
| # everything else -> doc
|
| #
|
| # Annotations:
|
| @@ -384,7 +386,7 @@
|
| {
|
| 'name': 'CloudPrintProxyEnabled',
|
| 'type': 'main',
|
| - 'supported_on': [],
|
| + 'supported_on': ['chrome.*:X-'],
|
| 'features': {'dynamic_refresh': 1},
|
| 'future': True,
|
| 'example_value': True,
|
|
|