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

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

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 20e2d54d09d478947a82172b162eed0fbecb64b5..46dc333c0b4efec4a2640ef8a1b88cea4cc64362 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -507,7 +507,7 @@ namespace developerPrivate {
// Loads an extension / app.
// |directory| : The directory to load the extension from.
static void loadDirectory(
- [instanceOf=DirectoryEntry] object directory,
+ [instanceOf=FileSystemDirectoryEntry] object directory,
PathCallback callback);
// Open Dialog to browse to an entry.

Powered by Google App Engine
This is Rietveld 408576698