Chromium Code Reviews| Index: chrome/common/extensions/api/content_settings.json |
| diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json |
| index 08229f5807d16edc2b53d4d5c68049b1a0e1ad6a..3d6e4ad45dcf302475c71d3d65425f0fcfc0d27f 100644 |
| --- a/chrome/common/extensions/api/content_settings.json |
| +++ b/chrome/common/extensions/api/content_settings.json |
| @@ -268,6 +268,14 @@ |
| "ppapi-broker", |
| {"type":"string", "enum": ["allow", "block", "ask"]} |
| ] |
| + }, |
| + "automaticDownloads": { |
| + "$ref": "ContentSetting", |
| + "description": "Whether to allow sites to download multiple files automatically. One of <br><var>allow</var>: Allow sites to download multiple files automatically,<br><var>block</var>: Don't allow sites to download multiple files automatically,<br><var>ask</var>: Ask when a site wants to download files automatically after the first file. <br>Default is <var>ask</var>.<br>The primary URL is the URL of the top-level frame. The secondary URL is not used.", |
|
Mike West
2015/02/03 20:21:53
Does 'block' just block downloading multiple files
|
| + "value": [ |
| + "multiple-automatic-downloads", |
| + {"type":"string", "enum": ["allow", "block", "ask"]} |
| + ] |
| } |
| } |
| } |