Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: runtime/bin/process.h

Issue 9310053: Rework Windows process handling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Linux and Mac Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/process.h
diff --git a/runtime/bin/process.h b/runtime/bin/process.h
index fdf23243c89958824969c87ce3762c07385c00b8..0916c07c558e57460d9046153ba6258dc9f7a2d8 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -28,9 +28,6 @@ class Process {
// Kill a process with a given pid.
static bool Kill(intptr_t id);
- // Indicate that the process with the given pid has exited.
- static void Exit(intptr_t id);
-
// Terminate the exit code handler thread. Does not return before
// the thread has terminated.
static void TerminateExitCodeHandler();

Powered by Google App Engine
This is Rietveld 408576698