| Index: chrome/common/extensions/api/file_system_provider.idl
|
| diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
|
| index a3385aa8365152e86744fba5136f0c9848b1b3d0..173a1c8c2d806be7fb81ee04217d1c7b023438b0 100644
|
| --- a/chrome/common/extensions/api/file_system_provider.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider.idl
|
| @@ -11,7 +11,7 @@ namespace fileSystemProvider {
|
| // <code>fileSystemID</code> will be a unique ID for the file system just
|
| // mounted. The ID is used to distinguish multiple file systems mounted
|
| // from a single File System Provider.
|
| - callback MountCallback = void(DOMString fileSystemId,
|
| + callback MountCallback = void(long fileSystemId,
|
| [nodoc, instanceOf=DOMError] object error);
|
|
|
| // Callback to handle an error raised from the browser.
|
|
|