Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 576063002: Modify the behavior of cancel button in syncing status to cancel all jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698