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

Unified Diff: runtime/bin/directory.h

Issue 9773018: Add error handling to directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 8 years, 9 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/directory.cc » ('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 6bd33b088c2346e979ec6a9a37d373dbaeff0a61..8c61bb61e86b6726a6f17fd6c8dc3ae4153ccd93 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -23,7 +23,7 @@ class DirectoryListing {
: response_port_(response_port) {}
bool HandleDirectory(char* dir_name);
bool HandleFile(char* file_name);
- bool HandleError(char* message);
+ bool HandleError(const char* dir_name);
private:
CObjectArray* NewResponse(Response response, char* arg);
« no previous file with comments | « no previous file | runtime/bin/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698