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

Unified Diff: chrome/common/extensions/api/log_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/log_private.idl
diff --git a/chrome/common/extensions/api/log_private.idl b/chrome/common/extensions/api/log_private.idl
index 3b96acf5993afbaa24fc5e5d43e59a380e36aacd..dd1e676e65966cc3021c34287df29b833df76c34 100644
--- a/chrome/common/extensions/api/log_private.idl
+++ b/chrome/common/extensions/api/log_private.idl
@@ -46,7 +46,7 @@ namespace logPrivate {
callback GetHistoricalCallback = void (Result res);
- callback DumpLogsCallback = void ([instanceOf=FileEntry] object logs);
+ callback DumpLogsCallback = void ([instanceOf=FileSystemFileEntry] object logs);
callback CompletionCallback = void ();
« no previous file with comments | « chrome/common/extensions/api/image_writer_private.idl ('k') | chrome/common/extensions/api/media_galleries.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698