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

Unified Diff: base/process/process_handle.h

Issue 1180583002: GN updates to build base on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: 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);

Powered by Google App Engine
This is Rietveld 408576698