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

Unified Diff: base/process/process_handle.h

Issue 218883008: Use process_singleton_linux on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (mostly) Created 6 years, 8 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
« no previous file with comments | « no previous file | base/process/process_handle_mac.cc » ('j') | base/process/process_handle_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_handle.h
diff --git a/base/process/process_handle.h b/base/process/process_handle.h
index a37784275eaaf53a27fe8c1e1f4fd5b3ec9bccd6..32b02c50b8279731832c18c6595b5414339462ca 100644
--- a/base/process/process_handle.h
+++ b/base/process/process_handle.h
@@ -81,7 +81,7 @@ BASE_EXPORT bool GetProcessIntegrityLevel(ProcessHandle process,
IntegrityLevel* level);
#endif
-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) || defined(OS_MACOSX)
Scott Hess - ex-Googler 2014/04/14 19:21:33 This seems to be present in exactly the same place
jackhou1 2014/04/17 07:55:54 Done.
// Returns the path to the executable of the given process.
BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
#endif
« no previous file with comments | « no previous file | base/process/process_handle_mac.cc » ('j') | base/process/process_handle_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698