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

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

Issue 2285393003: Add API to get a folder's size. (Closed)
Patch Set: Created 4 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/common/extensions/api/file_manager_private_internal.idl
diff --git a/chrome/common/extensions/api/file_manager_private_internal.idl b/chrome/common/extensions/api/file_manager_private_internal.idl
index 39739f2f37a4e14475cd2789aba622ae2613d2ec..2bf4cb73262a8ac62557a18c96d4bfc8d9c81e29 100644
--- a/chrome/common/extensions/api/file_manager_private_internal.idl
+++ b/chrome/common/extensions/api/file_manager_private_internal.idl
@@ -89,5 +89,7 @@ namespace fileManagerPrivateInternal {
DOMString parentUrl,
DOMString name,
ValidatePathNameLengthCallback callback);
+ static void getDirectorySize(DOMString url,
+ SimpleCallback callback);
};
};

Powered by Google App Engine
This is Rietveld 408576698