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

Unified Diff: chrome/common/sandbox_mac.h

Issue 5580002: Mac: Tell the GPU sandbox to deny a few things. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works in release Created 10 years 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: chrome/common/sandbox_mac.h
diff --git a/chrome/common/sandbox_mac.h b/chrome/common/sandbox_mac.h
index 10d622e129200e7748f37c1b89595cfceda16aae..6246bcb6e06ec9d80f87ce8af9a0b187584342e8 100644
--- a/chrome/common/sandbox_mac.h
+++ b/chrome/common/sandbox_mac.h
@@ -83,7 +83,7 @@ class Sandbox {
// Warm up System APIs that empirically need to be accessed before the Sandbox
// is turned on.
jeremy 2010/12/03 14:22:09 Can you update the comment with details on the par
Nico 2010/12/04 00:26:10 Done.
- static void SandboxWarmup();
+ static void SandboxWarmup(SandboxProcessType sandbox_type);
// Turns on the OS X sandbox for this process.
// |sandbox_type| - type of Sandbox to use.

Powered by Google App Engine
This is Rietveld 408576698