Chromium Code Reviews| 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. |