| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 59016001a3453b5a4870c7123ab50cbeee347c13..438453eb88bb733fa2ff130f4d60b1eb10667a2c 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -368,6 +368,18 @@
|
| 'label': '''List of disabled plugins''',
|
| },
|
| {
|
| + 'name': 'DisablePluginFinder',
|
| + 'type': 'main',
|
| + 'supported_on': ['chrome.*:11-'],
|
| + 'features': {'dynamic_refresh': 1},
|
| + 'example_value': True,
|
| + 'caption': '''Specify whether the plugin finder should be disabled''',
|
| + 'desc': '''Specify whether the plugin finder should be disabled.
|
| +
|
| + If you set this setting to True the automatic search for missing plugins will be disabled in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
|
| + 'label': '''Disable plugin finder''',
|
| + },
|
| + {
|
| 'name': 'SyncDisabled',
|
| 'type': 'main',
|
| 'supported_on': ['chrome.*:8-'],
|
|
|