| 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 b034ba51dc2aa4c3cb68c67ea2ba41a29397c9a4..4c7faaa756c84c4f715335d65d25d2a391649649 100644
|
| --- a/content/public/common/sandbox_type_mac.h
|
| +++ b/content/public/common/sandbox_type_mac.h
|
| @@ -11,6 +11,9 @@ namespace content {
|
| // additional sandbox types with IDs starting with SANDBOX_TYPE_AFTER_LAST_TYPE.
|
|
|
| enum SandboxType {
|
| + // Not a valid sandbox type.
|
| + SANDBOX_TYPE_INVALID = -1,
|
| +
|
| SANDBOX_TYPE_FIRST_TYPE = 0, // Placeholder to ease iteration.
|
|
|
| SANDBOX_TYPE_RENDERER = SANDBOX_TYPE_FIRST_TYPE,
|
|
|