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

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileSystemMetadataCallback.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/FileSystemMetadataCallback.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/EntryCallback.idl b/third_party/WebKit/Source/modules/filesystem/FileSystemMetadataCallback.idl
similarity index 94%
rename from third_party/WebKit/Source/modules/filesystem/EntryCallback.idl
rename to third_party/WebKit/Source/modules/filesystem/FileSystemMetadataCallback.idl
index 02eebc53db9e4a54e78fe662fe632808a0dfb27e..de291153f8f7e9c6c85b4ce8bbe827b4e5179678 100644
--- a/third_party/WebKit/Source/modules/filesystem/EntryCallback.idl
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemMetadataCallback.idl
@@ -28,6 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface EntryCallback {
- void handleEvent(Entry entry);
+callback interface FileSystemMetadataCallback {
+ void handleEvent(FileSystemMetadata metadata);
};

Powered by Google App Engine
This is Rietveld 408576698