Chromium Code Reviews| Index: chrome/common/sandbox_mac.h |
| diff --git a/chrome/common/sandbox_mac.h b/chrome/common/sandbox_mac.h |
| index f16fdb5c82285d4f56250b67fa449cc8400a6d82..10d622e129200e7748f37c1b89595cfceda16aae 100644 |
| --- a/chrome/common/sandbox_mac.h |
| +++ b/chrome/common/sandbox_mac.h |
| @@ -75,6 +75,9 @@ class Sandbox { |
| // Native Client sandbox for the user's untrusted code. |
| SANDBOX_TYPE_NACL_LOADER, |
| + // GPU process. |
| + SANDBOX_TYPE_GPU, |
| + |
| SANDBOX_AFTER_TYPE_LAST_TYPE, // Placeholder to ease iteration. |
| }; |