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

Unified Diff: runtime/platform/utils.h

Issue 1466523002: Landing patch set 7 from https://codereview.chromium.org/1450113003/ (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « runtime/bin/utils_macos.cc ('k') | runtime/platform/utils_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/utils.h
diff --git a/runtime/platform/utils.h b/runtime/platform/utils.h
index 54ebf4dd410638cda6854a2d27106648e78fd5fe..9e4a3846dd6b6fa3379d7629b86f540dabfa0446 100644
--- a/runtime/platform/utils.h
+++ b/runtime/platform/utils.h
@@ -214,6 +214,8 @@ class Utils {
return true;
#endif
}
+
+ static char* StrError(int err, char* buffer, size_t bufsize);
};
} // namespace dart
« no previous file with comments | « runtime/bin/utils_macos.cc ('k') | runtime/platform/utils_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698