| Index: chrome/common/extensions/api/experimental_idltest.idl
|
| ===================================================================
|
| --- chrome/common/extensions/api/experimental_idltest.idl (revision 208118)
|
| +++ chrome/common/extensions/api/experimental_idltest.idl (working copy)
|
| @@ -3,9 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // An API to test IDL schema specifications.
|
| +namespace experimental.idltest {
|
|
|
| -[nodoc] namespace experimental.idltest {
|
| -
|
| callback LongArrayCallback = void(long[] array);
|
| callback ArrayBufferCallback = void(ArrayBuffer buffer);
|
|
|
|
|