Chromium Code Reviews| Index: runtime/bin/platform_win.cc |
| diff --git a/runtime/bin/platform_win.cc b/runtime/bin/platform_win.cc |
| index f3ff633329fd1ac635a9b56c17251c46a2ac1c90..e1f9ced1f427cbc1c7f782303cebaf8d1bc3eede 100644 |
| --- a/runtime/bin/platform_win.cc |
| +++ b/runtime/bin/platform_win.cc |
| @@ -5,6 +5,12 @@ |
| #include "bin/platform.h" |
| +bool Platform::Initialize() { |
| + // Nothing to do on Windows. |
| + return true; |
| +} |
| + |
| + |
| int Platform::NumberOfProcessors() { |
| SYSTEM_INFO info; |
| GetSystemInfo(&info); |