Chromium Code Reviews| 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(); |