| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index b77b9c6216a0edb8de5a7ea9fde765b4b139e17f..e0d06293664f559de953985098b7f2d8295a3d7e 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -112,7 +112,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: 220
|
| +# For your editing convenience: highest ID currently used: 221
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -4905,6 +4905,19 @@
|
| ],
|
| },
|
| {
|
| + 'name': 'SuppressChromeFrameTurndownPrompt',
|
| + 'caption': '''Suppress the <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> turndown prompt''',
|
| + 'desc': '''Suppresses the turndown prompt that appears when a site is rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.''',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_frame:29-'],
|
| + 'features': {
|
| + 'dynamic_refresh': False,
|
| + },
|
| + 'example_value': True,
|
| + 'id': 221,
|
| + },
|
| + {
|
| 'name': 'LocallyManagedUsers',
|
| 'type': 'group',
|
| 'caption': '''Locally managed users settings''',
|
|
|