| Index: chrome/common/extensions/api/downloads_internal.idl
|
| diff --git a/chrome/common/extensions/api/downloads_internal.idl b/chrome/common/extensions/api/downloads_internal.idl
|
| index 52f07ff68b0a8c94b7ab0da7bde4a37a02bb3798..1e5b91033ded5f05a00a4048a97a1a741b9a4005 100644
|
| --- a/chrome/common/extensions/api/downloads_internal.idl
|
| +++ b/chrome/common/extensions/api/downloads_internal.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[permissions=downloads_internal, nodoc=true]
|
| +[nodoc=true]
|
| namespace downloadsInternal {
|
| interface Functions {
|
| // Secretly called when onDeterminingFilename handlers return.
|
|
|