| Index: mojo/services/native_support/interfaces/process.mojom
|
| diff --git a/mojo/services/native_support/interfaces/process.mojom b/mojo/services/native_support/interfaces/process.mojom
|
| index 6236ca43fb5054c52ac373e002c23e0655af0e67..b68b7da99b4fa8744bb4875a863e4b86af75ad63 100644
|
| --- a/mojo/services/native_support/interfaces/process.mojom
|
| +++ b/mojo/services/native_support/interfaces/process.mojom
|
| @@ -9,6 +9,7 @@ import "files/interfaces/file.mojom";
|
| import "files/interfaces/types.mojom";
|
|
|
| // Interface for dealing with (e.g., starting) "native" processes.
|
| +[ServiceName="native_support::Process"]
|
| interface Process {
|
| // Spawns a process, optionally redirecting stdin/stdout/stderr from/to the
|
| // corresponding |mojo.files.File| (if null, redirects from/to /dev/null).
|
|
|