Chromium Code Reviews| Index: sandbox/win/src/sandbox_types.h |
| diff --git a/sandbox/win/src/sandbox_types.h b/sandbox/win/src/sandbox_types.h |
| index 22840cef077301aa2995781bc2f9d8ca2e74f117..c95a6d562c3673192d3d6cdf9c308524d929b719 100644 |
| --- a/sandbox/win/src/sandbox_types.h |
| +++ b/sandbox/win/src/sandbox_types.h |
| @@ -45,6 +45,8 @@ enum ResultCode { |
| SBOX_ERROR_CANNOT_INIT_APPCONTAINER = 16, |
| // Initializing or updating ProcThreadAttributes failed. |
| SBOX_ERROR_PROC_THREAD_ATTRIBUTES = 17, |
| + // Error in creating process. |
| + SBOX_ERROR_PROCESS_CREATE = 18, |
|
jschuh
2015/03/24 22:58:55
This is a really stupid nit, but since the convent
Shrikant Kelkar
2015/03/24 23:11:45
Done.
|
| // Placeholder for last item of the enum. |
| SBOX_ERROR_LAST |
| }; |