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

Unified Diff: chrome/common/extensions/api/media_galleries.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
« no previous file with comments | « chrome/common/extensions/api/log_private.idl ('k') | chrome/common/extensions/api/sync_file_system.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/media_galleries.idl
diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl
index ebbb1f35db3d1ed5b0f1f57bba67e99afa6bcdf3..c2bf97a1a12684652abb8cf7d71bea500c8f4e7e 100644
--- a/chrome/common/extensions/api/media_galleries.idl
+++ b/chrome/common/extensions/api/media_galleries.idl
@@ -70,10 +70,10 @@ namespace mediaGalleries {
};
callback MediaFileSystemsCallback =
- void ([instanceOf=DOMFileSystem] object[] mediaFileSystems);
+ void ([instanceOf=FileSystem] object[] mediaFileSystems);
callback AddUserFolderCallback =
- void ([instanceOf=DOMFileSystem] object[] mediaFileSystems,
+ void ([instanceOf=FileSystem] object[] mediaFileSystems,
DOMString selectedFileSystemName);
[nodefine] callback DropPermissionForMediaFileSystemCallback = void ();
@@ -212,7 +212,7 @@ namespace mediaGalleries {
// Get metadata about a specific media file system.
[nocompile] static MediaFileSystemMetadata getMediaFileSystemMetadata(
- [instanceOf=DOMFileSystem] object mediaFileSystem);
+ [instanceOf=FileSystem] object mediaFileSystem);
// Get metadata for all available media galleries.
[nodefine, deprecated="Use getMediaFileSystemMetadata instead."]
« no previous file with comments | « chrome/common/extensions/api/log_private.idl ('k') | chrome/common/extensions/api/sync_file_system.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698