Index: third_party/closure_compiler/externs/file_manager_private.js |
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js |
index 0a7f1ed3c507ff61acb31ab6bb120fc58f2a159a..34fc49ec9f034232c4126a41a151f00a8f63a7a2 100644 |
--- a/third_party/closure_compiler/externs/file_manager_private.js |
+++ b/third_party/closure_compiler/externs/file_manager_private.js |
@@ -650,6 +650,14 @@ chrome.fileManagerPrivate.configureVolume = function(volumeId, callback) {}; |
chrome.fileManagerPrivate.getCustomActions = function(entries, callback) {}; |
/** |
+ * Get the total size of a directory. |entry| Entry of the target directory. |
+ * |callback| |
+ * @param {!DirectoryEntry} entry |
+ * @param {function(number)} callback |
+ */ |
+chrome.fileManagerPrivate.getDirectorySize = function(entry, callback) {}; |
+ |
+/** |
* Executes the action on the specified set of entries. If not possible, then |
* returns an error via chrome.runtime.lastError. |
* @param {!Array<!Entry>} entries |