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

Unified Diff: content/app/content_main.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: also remove old bundle gyp code 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/app/content_main.cc
diff --git a/content/app/content_main.cc b/content/app/content_main.cc
index 5720b490d3c0614541fe9b41b27095f16123111b..b5d38ba2fdc30f2a100c60a38343de0a0bcb59d1 100644
--- a/content/app/content_main.cc
+++ b/content/app/content_main.cc
@@ -433,7 +433,7 @@ int ContentMain(int argc,
// On OS X the renderer sandbox needs to be initialized later in the startup
// sequence in RendererMainPlatformDelegate::EnableSandbox().
} else {
- CHECK(content::InitializeSandbox());
+ CHECK(content::InitializeSandboxFromProcessType());
}
#endif

Powered by Google App Engine
This is Rietveld 408576698