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

Unified Diff: runtime/bin/file.h

Issue 13800002: dart:io | Add asynchronous Link.create implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 ac5af00491be7cd915b1bcef0364a72d5c580754..b4c5c50cfc9755b15c91dee8b92236184dc5f22f 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -77,7 +77,8 @@ class File {
kReadRequest = 16,
kReadListRequest = 17,
kWriteListRequest = 18,
- kDeleteLinkRequest = 19
+ kCreateLinkRequest = 19,
+ kDeleteLinkRequest = 20
};
~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