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

Unified Diff: runtime/bin/directory.h

Issue 23444037: dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Document resolution of link\.. on Windows. Created 7 years, 3 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
Index: runtime/bin/directory.h
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
index a8786bf0d8989b0c0c6ad3b3eef9e484a3292302..a1d5b9a83939ccb60a244cef316efe5b869c52aa 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -263,7 +263,8 @@ class Directory {
kListStartRequest = 4,
kListNextRequest = 5,
kListStopRequest = 6,
- kRenameRequest = 7
+ kRenameRequest = 7,
+ kResolveSymbolicLinksRequest = 8
};
static void List(DirectoryListing* listing);

Powered by Google App Engine
This is Rietveld 408576698