| 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 1e5b91033ded5f05a00a4048a97a1a741b9a4005..bbbfbcd1217244e95a06373b2b64e88b8cde0165 100644
|
| --- a/chrome/common/extensions/api/downloads_internal.idl
|
| +++ b/chrome/common/extensions/api/downloads_internal.idl
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// downloadsInternal
|
| [nodoc=true]
|
| namespace downloadsInternal {
|
| interface Functions {
|
| @@ -10,7 +11,4 @@ namespace downloadsInternal {
|
| DOMString filename,
|
| DOMString conflict_action);
|
| };
|
| -
|
| - interface Events {
|
| - };
|
| };
|
|
|