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

Unified Diff: third_party/WebKit/Source/modules/filesystem/WindowFileSystem.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: third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl b/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
index 4d98026140b3d5c484fd3d2aa237d41ce50d8c9e..80b51f73e852741a0027f48c00bc22fca182cbd5 100644
--- a/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
+++ b/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl
@@ -33,5 +33,5 @@
[RuntimeEnabled=FileSystem, MeasureAs=RequestFileSystem] void webkitRequestFileSystem(unsigned short type, long long size,
FileSystemCallback successCallback, optional ErrorCallback errorCallback);
[RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url,
- EntryCallback successCallback, optional ErrorCallback errorCallback);
+ FileSystemEntryCallback successCallback, optional ErrorCallback errorCallback);
};

Powered by Google App Engine
This is Rietveld 408576698