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

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

Issue 22639003: Update sync_file_system.idl to use a regular array instead of an EntryArray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/sync_file_system.idl
diff --git a/chrome/common/extensions/api/sync_file_system.idl b/chrome/common/extensions/api/sync_file_system.idl
index 72e2479be0fdc2cffe8994aae6e5682bd3079272..5eceabc67759f05c60d97aab3a61c08bb9948a6f 100644
--- a/chrome/common/extensions/api/sync_file_system.idl
+++ b/chrome/common/extensions/api/sync_file_system.idl
@@ -170,7 +170,7 @@ namespace syncFileSystem {
// Returns each $ref:FileStatus for the given <code>fileEntry</code> array.
// Typically called with the result from dirReader.readEntries().
- static void getFileStatuses([instanceOf=EntryArray] object fileEntries,
+ static void getFileStatuses(object[] fileEntries,
do-not-use 2013/08/08 15:49:18 Yes, the singular version above (getFileStatus) is
GetFileStatusesCallback callback);
};
« no previous file with comments | « no previous file | chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698