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

Unified Diff: runtime/bin/directory.h

Issue 25173004: dart:io | Remove unused asynchronous file request enums. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | runtime/bin/file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/directory.h
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
index 210739e8c62c5936ef12fe22915b530309ceb5b2..3b399a2719de1de1a6cece9ecd6492edadb56f68 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -252,19 +252,6 @@ class Directory {
DOES_NOT_EXIST
};
- // This enum must be kept in sync with the request values in
- // directory_impl.dart.
- enum DirectoryRequest {
- kCreateRequest = 0,
- kDeleteRequest = 1,
- kExistsRequest = 2,
- kCreateTempRequest = 3,
- kListStartRequest = 4,
- kListNextRequest = 5,
- kListStopRequest = 6,
- kRenameRequest = 7
- };
-
static void List(DirectoryListing* listing);
static ExistsResult Exists(const char* path);
static char* Current();
« no previous file with comments | « no previous file | runtime/bin/file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698