Chromium Code Reviews| Index: chrome/common/extensions/api/file_manager_private.idl |
| diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl |
| index cdbb57c8b5d4848263f9d8d9001c6a99e37f2a2e..554cf75384a114b27b27c5a32e83feed20fb1b42 100644 |
| --- a/chrome/common/extensions/api/file_manager_private.idl |
| +++ b/chrome/common/extensions/api/file_manager_private.idl |
| @@ -666,7 +666,7 @@ interface Functions { |
| // Cancels ongoing file transfers for selected files. |
| // |fileUrls| Array of files for which ongoing transfer should be canceled. |
|
Devlin
2014/09/18 18:47:55
comment on the behavior if this is absent?
iseki
2014/09/19 00:36:38
Done.
|
| // |callback| |
| - static void cancelFileTransfers(DOMString[] fileUrls, |
| + static void cancelFileTransfers(optional DOMString[] fileUrls, |
| CancelFileTransfersCallback callback); |
| // Starts to copy an entry. If the source is a directory, the copy is done |