| Index: base/process/process_handle.h
|
| diff --git a/base/process/process_handle.h b/base/process/process_handle.h
|
| index 77f2c585cfcc71087596855fa6f83ac643ce9a6c..9dfbd7778fa8885593e11125b892cb5ac3f71b46 100644
|
| --- a/base/process/process_handle.h
|
| +++ b/base/process/process_handle.h
|
| @@ -47,8 +47,11 @@ BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
|
| BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
|
|
|
| #if defined(OS_POSIX)
|
| +
|
| +#if !defined(OS_IOS)
|
| // Returns the path to the executable of the given process.
|
| BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
|
| +#endif
|
|
|
| // Returns the ID for the parent of the given process.
|
| BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
|
|
|