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

Unified Diff: content/common/sandbox_init_mac.cc

Issue 303293002: Initialize the bootstrap sandbox in the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NPAPI workaround Created 6 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
« no previous file with comments | « content/common/sandbox_init_mac.h ('k') | content/common/sandbox_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_init_mac.cc
diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc
index fb3894c85e354001016c652c9ea51b5fbf9beae4..a4d547d82109f8e448f93cf5fde2b9487b1541f9 100644
--- a/content/common/sandbox_init_mac.cc
+++ b/content/common/sandbox_init_mac.cc
@@ -76,4 +76,7 @@ bool InitializeSandbox() {
return InitializeSandbox(sandbox_type, allowed_dir);
}
+extern const char kRealBootstrapPort[] =
+ "org.chromium.sandbox.real_bootstrap_server";
Mark Mentovai 2014/06/05 20:32:28 You’re never ever ever gonna bootstrap_register th
Robert Sesek 2014/06/05 20:44:27 Done. Renamed to kBootstrapPortNameForNPAPIPlugins
+
} // namespace content
« no previous file with comments | « content/common/sandbox_init_mac.h ('k') | content/common/sandbox_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698