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

Unified Diff: runtime/bin/process.h

Issue 10127008: Support passing an environment variable map to child processes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 0916c07c558e57460d9046153ba6258dc9f7a2d8..a23551a4534c428ff9ace42353ccdb7d445cc734 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -17,6 +17,8 @@ class Process {
char* arguments[],
intptr_t arguments_length,
const char* working_directory,
+ char* environment[],
+ intptr_t environment_length,
intptr_t* in,
intptr_t* out,
intptr_t* err,

Powered by Google App Engine
This is Rietveld 408576698