| Index: chrome/common/extensions/api/downloads.idl
|
| diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
|
| index d857f803ce59906adb6f664970cf983df82ab5e2..2443f450abb11e9e70bae6d0e60c98be16951b61 100644
|
| --- a/chrome/common/extensions/api/downloads.idl
|
| +++ b/chrome/common/extensions/api/downloads.idl
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Use the <code>chrome.downloads</code> API to programmatically initiate,
|
| +// monitor, manipulate, and search for downloads.
|
| +
|
| [permissions=downloads]
|
| namespace downloads {
|
| [inline_doc] dictionary HeaderNameValuePair {
|
|
|