| Index: chrome/common/extensions/api/downloads_internal.idl
|
| ===================================================================
|
| --- chrome/common/extensions/api/downloads_internal.idl (revision 208118)
|
| +++ chrome/common/extensions/api/downloads_internal.idl (working copy)
|
| @@ -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 @@
|
| DOMString filename,
|
| DOMString conflict_action);
|
| };
|
| -
|
| - interface Events {
|
| - };
|
| };
|
|
|