Chromium Code Reviews| Index: runtime/bin/platform.h |
| diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h |
| index ca723ae34dc761232127845f0b98d24195b4d883..16be96035692f1d8484a38fd3a881ddd8ee33922 100644 |
| --- a/runtime/bin/platform.h |
| +++ b/runtime/bin/platform.h |
| @@ -62,6 +62,9 @@ class Platform { |
| return argv_; |
| } |
| + static void PrintBlocking(FILE* file, const char* format, ...) |
| + PRINTF_ATTRIBUTE(2, 3); |
| + |
| private: |
| static const char* executable_name_; |
| static const char* package_root_; |