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

Unified Diff: runtime/bin/platform.h

Issue 8662006: Fix a number of issues with the process handling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 9 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
Index: runtime/bin/platform.h
diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
index b6aa090b5b88d13935a6ec7f511137ef817c950e..67ef8617d51919d39aea7dd3947ca14de29c4fdf 100644
--- a/runtime/bin/platform.h
+++ b/runtime/bin/platform.h
@@ -9,6 +9,10 @@
class Platform {
public:
+ // Perform platform specific initialization.
+ static bool Initialize();
+
Mads Ager (google) 2011/11/23 12:45:19 There is only one blank between methods in the res
Søren Gjesse 2011/11/23 14:50:18 Done.
+
// Returns the number of processors on the machine.
static int NumberOfProcessors();

Powered by Google App Engine
This is Rietveld 408576698