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

Unified Diff: sandbox/mac/xpc.h

Issue 404893002: Add an XPC implementation of sandbox::MessageServer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « sandbox/mac/sandbox_mac.gypi ('k') | sandbox/mac/xpc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/xpc.h
diff --git a/sandbox/mac/xpc.h b/sandbox/mac/xpc.h
index 1cbe9ca7d4011e5b25ccdb9d65641d079ed78bb0..5ea9f71990a0b44c0f680c39f51fca99e4ea757d 100644
--- a/sandbox/mac/xpc.h
+++ b/sandbox/mac/xpc.h
@@ -12,6 +12,8 @@
#include <mach/mach.h>
+#include "sandbox/sandbox_export.h"
+
// C++ library loader.
#include "sandbox/mac/xpc_stubs.h"
@@ -37,4 +39,11 @@ extern "C" {
#endif
+namespace sandbox {
+
+// Dynamically loads the XPC library.
+bool SANDBOX_EXPORT InitializeXPC();
+
+} // namespace sandbox
+
#endif // SANDBOX_MAC_XPC_H_
« no previous file with comments | « sandbox/mac/sandbox_mac.gypi ('k') | sandbox/mac/xpc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698