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

Unified Diff: chrome/common/extensions/api/image_writer_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
« no previous file with comments | « chrome/common/extensions/api/file_system.idl ('k') | chrome/common/extensions/api/log_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/image_writer_private.idl
diff --git a/chrome/common/extensions/api/image_writer_private.idl b/chrome/common/extensions/api/image_writer_private.idl
index c4efd19bcad32b43a1b60714d98261464a95a6b9..cb22a2ea919a4b0908064e945118baf48eb5fa2a 100644
--- a/chrome/common/extensions/api/image_writer_private.idl
+++ b/chrome/common/extensions/api/image_writer_private.idl
@@ -93,7 +93,7 @@ namespace imageWriterPrivate {
// |callback|: The callback which signifies that the write operation has
// been started by the system and provides a unique ID for this operation.
static void writeFromFile(DOMString storageUnitId,
- [instanceOf=FileEntry] object fileEntry,
+ [instanceOf=FileSystemFileEntry] object fileEntry,
WriteImageCallback callback);
// Cancel a current write operation.
« no previous file with comments | « chrome/common/extensions/api/file_system.idl ('k') | chrome/common/extensions/api/log_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698