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

Unified Diff: runtime/bin/file.h

Issue 14642012: dart:io | Add asynchronous versions of the methods of FileSystemEntity and Link. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments 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 9e12463d9f9dfc8165365ec4de0d1792cef35922..15b088d26b32d2a73701bb9b0adf33ce63d808c5 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -82,7 +82,8 @@ class File {
kReadIntoRequest = 17,
kWriteFromRequest = 18,
kCreateLinkRequest = 19,
- kDeleteLinkRequest = 20
+ kDeleteLinkRequest = 20,
+ kLinkTargetRequest = 21
};
~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