| Index: chrome/common/extensions/api/downloads.idl
|
| diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
|
| index 0381c887f0cdfc65ce7e821dcf600e25a71fdd8a..1ff6915c9c0b75011ba8621ad6d997b4c11fe489 100644
|
| --- a/chrome/common/extensions/api/downloads.idl
|
| +++ b/chrome/common/extensions/api/downloads.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use the <code>chrome.downloads</code> API to programmatically initiate,
|
| // monitor, manipulate, and search for downloads.
|
| -[permissions=downloads]
|
| +[permissions=downloads,use_movable_types=true]
|
| namespace downloads {
|
| [inline_doc] dictionary HeaderNameValuePair {
|
| // Name of the HTTP header.
|
|
|