| Index: base/process/launch.h
|
| diff --git a/base/process/launch.h b/base/process/launch.h
|
| index de1bc0af821f2bb54160b8fda873093388c811d9..775e65c7fed2fbd54ec69c8e87c4e9f240025da6 100644
|
| --- a/base/process/launch.h
|
| +++ b/base/process/launch.h
|
| @@ -144,6 +144,9 @@ struct BASE_EXPORT LaunchOptions {
|
| #endif // defined(OS_LINUX)
|
|
|
| #if defined(OS_POSIX)
|
| + // If not empty, change to this directory before execing the new process.
|
| + base::FilePath current_directory;
|
| +
|
| // If non-null, a delegate to be run immediately prior to executing the new
|
| // program in the child process.
|
| //
|
|
|