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

Unified Diff: content/public/common/sandbox_type_mac.h

Issue 347783002: Alter the design of the bootstrap sandbox to only take over the bootstrap port of children when nec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bootstrap_check_in 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
Index: content/public/common/sandbox_type_mac.h
diff --git a/content/public/common/sandbox_type_mac.h b/content/public/common/sandbox_type_mac.h
index 4121ae4db9b93bda9ae7614a0b04d683b5a100cb..4c7faaa756c84c4f715335d65d25d2a391649649 100644
--- a/content/public/common/sandbox_type_mac.h
+++ b/content/public/common/sandbox_type_mac.h
@@ -34,10 +34,6 @@ enum SandboxType {
// The PPAPI plugin process.
SANDBOX_TYPE_PPAPI,
- // The NPAPI plugin process. This does not use a Seatbelt/.sb sandbox policy,
- // but it uses a bootstrap sandbox.
- SANDBOX_TYPE_NPAPI,
-
SANDBOX_TYPE_AFTER_LAST_TYPE, // Placeholder to ease iteration.
};

Powered by Google App Engine
This is Rietveld 408576698