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

Unified Diff: runtime/bin/directory.h

Issue 9630012: Error reporting on File in dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and implemented on all platforms 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
Index: runtime/bin/directory.h
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
index 5944aeefb4bf7349da33c88d704f22d2ba0598ef..6bd33b088c2346e979ec6a9a37d373dbaeff0a61 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -59,10 +59,7 @@ class Directory {
static bool Create(const char* path);
- static int CreateTemp(const char* const_template,
- char** path,
- char* os_error_message,
- int os_error_message_len);
+ static char* CreateTemp(const char* const_template);
static bool Delete(const char* path, bool recursive);

Powered by Google App Engine
This is Rietveld 408576698