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

Unified Diff: runtime/bin/file.h

Issue 14907002: dart:io | Implement asynchronous versions of FileSystemEntity methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add implementation of FileSystemEntity.type, and refactor error handling. Created 7 years, 8 months 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 | « no previous file | runtime/bin/file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index 15b088d26b32d2a73701bb9b0adf33ce63d808c5..cf9f68997a6e49c5d7f31b1791a13fab1c39c1b9 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -83,7 +83,9 @@ class File {
kWriteFromRequest = 18,
kCreateLinkRequest = 19,
kDeleteLinkRequest = 20,
- kLinkTargetRequest = 21
+ kLinkTargetRequest = 21,
+ kTypeRequest = 22,
+ kIdenticalRequest = 23
};
~File();
« no previous file with comments | « no previous file | runtime/bin/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698