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 04e195c53233d752aec738da2afadbb37a9ebcbf..0fe72c8214eeecb56ca2b93cd4e4ffd5437687a1 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -506,6 +506,40 @@ |
| ] |
| }, |
| { |
| + 'name': 'ContentSettings', |
| + 'type': 'group', |
| + 'policies': [ |
| + { |
| + 'name': 'DefaultNotificationSetting', |
| + 'type': 'enum', |
| + 'items': [ |
| + {'name': 'AllowNotifications', 'value': '0'}, |
| + {'name': 'BlockNotifications', 'value': '1'}, |
| + {'name': 'AskNotifications', 'value': '2'}, |
| + ], |
| + 'supported_on': ['chrome.*:8-'], |
|
danno
2010/12/16 13:56:42
10-
markusheintz_
2010/12/16 17:29:30
Done.
|
| + 'annotations': { |
| + 'features': {'dynamic_refresh': 1}, |
| + 'example_value': 0, |
| + } |
| + }, |
| + { |
| + 'name': 'DefaultGeolocationSetting', |
| + 'type': 'enum', |
| + 'items': [ |
| + {'name': 'AllowGeolocation', 'value': '0'}, |
| + {'name': 'BlockGeolocation', 'value': '1'}, |
| + {'name': 'AskGeolocation', 'value': '2'}, |
| + ], |
| + 'supported_on': ['chrome.*:8-'], |
|
danno
2010/12/16 13:56:42
10-
markusheintz_
2010/12/16 17:29:30
Done.
|
| + 'annotations': { |
| + 'features': {'dynamic_refresh': 1}, |
| + 'example_value': 0, |
| + } |
| + }, |
| + ] |
| + }, |
| + { |
| 'name': 'ChromeFrameRendererSettings', |
| 'type': 'group', |
| 'policies': [{ |