Chromium Code Reviews| Index: runtime/bin/platform.h |
| diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h |
| index b6aa090b5b88d13935a6ec7f511137ef817c950e..8298b530d09ba0e96892b35c6548f5012a6bb64b 100644 |
| --- a/runtime/bin/platform.h |
| +++ b/runtime/bin/platform.h |
| @@ -9,6 +9,9 @@ |
| class Platform { |
| public: |
| + // Perform platform specific initialization. |
| + static bool Initialize(); |
| + |
| // Returns the number of processors on the machine. |
| static int NumberOfProcessors(); |