Index: chrome/common/extensions/api/file_browser_private.idl |
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl |
index 149a76b92f49f50e1386d699630924dc2f484b29..b4f4b26679fa914e3e5c44413fd8a4bcd923fed7 100644 |
--- a/chrome/common/extensions/api/file_browser_private.idl |
+++ b/chrome/common/extensions/api/file_browser_private.idl |
@@ -808,7 +808,7 @@ interface Functions { |
interface Events { |
static void onMountCompleted(MountCompletedEvent event); |
- static void onFileTransfersUpdated(FileTransferStatus[] event); |
+ static void onFileTransfersUpdated(FileTransferStatus event); |
static void onCopyProgress(long copyId, CopyProgressStatus status); |