summaryrefslogtreecommitdiffstats
path: root/chromium/base/process/process_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/process/process_handle.h')
-rw-r--r--chromium/base/process/process_handle.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/base/process/process_handle.h b/chromium/base/process/process_handle.h
index a37784275ea..6f8094ee80b 100644
--- a/chromium/base/process/process_handle.h
+++ b/chromium/base/process/process_handle.h
@@ -81,12 +81,10 @@ BASE_EXPORT bool GetProcessIntegrityLevel(ProcessHandle process,
IntegrityLevel* level);
#endif
-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
+#if defined(OS_POSIX)
// Returns the path to the executable of the given process.
BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
-#endif
-#if defined(OS_POSIX)
// Returns the ID for the parent of the given process.
BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
#endif