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

Unified Diff: content/ppapi_plugin/ppapi_thread.cc

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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: content/ppapi_plugin/ppapi_thread.cc
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
index 7b865bcf304ddcc49b57995df89820ccece6238d..c5f2a6bbc5e6b021ddcc33ef4299cec92f417d0b 100644
--- a/content/ppapi_plugin/ppapi_thread.cc
+++ b/content/ppapi_plugin/ppapi_thread.cc
@@ -27,6 +27,8 @@
#if defined(OS_WIN)
#include "sandbox/src/sandbox.h"
+#elif defined(OS_MACOSX)
+#include "content/common/sandbox_init_mac.h"
#endif
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698