Chromium Code Reviews| Index: runtime/bin/process.h |
| diff --git a/runtime/bin/process.h b/runtime/bin/process.h |
| index 79359adb341a8c9b19f30799edfb76bb153e5fe7..e1157b3a283c8cba2729373e0dfcf9436ca52cad 100644 |
| --- a/runtime/bin/process.h |
| +++ b/runtime/bin/process.h |
| @@ -34,6 +34,8 @@ class Process { |
| // the thread has terminated. |
| static void TerminateExitCodeHandler(); |
| + static intptr_t CurrentProcessId(); |
| + |
| DISALLOW_ALLOCATION(); |
| DISALLOW_IMPLICIT_CONSTRUCTORS(Process); |
| }; |