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

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

Issue 542573002: Make onFileTransferUpdated single value from list. (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_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);

Powered by Google App Engine
This is Rietveld 408576698