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

Unified Diff: chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js

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
Index: chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
diff --git a/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js b/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
index c2df0b0cfe58c978945cb65e73b86c84378d60d7..352b0a71a50f9b584b6a2b0acfbc559fa7fdbe96 100644
--- a/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
+++ b/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
@@ -23,7 +23,7 @@ binding.registerCustomHook(function(bindingsAPI) {
}
$Array.forEach(['getFileStatus'], bindFileEntryFunction);
- // Functions which take in an [instanceOf=EntryArray].
+ // Functions which take in a FileEntry array.
function bindFileEntryArrayFunction(functionName) {
apiFunctions.setUpdateArgumentsPostValidate(
functionName, function(entries, callback) {

Powered by Google App Engine
This is Rietveld 408576698