diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 15:08:36 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 15:08:36 +0000 |
commit | a38d2e10b905b3be8316f235403ac2c49cead029 (patch) | |
tree | 3744c13489eba26db87e8bc5925f0ec724a751cb /sandbox/win/tests | |
parent | a155abbffdce8ecfef657cca7c0b58d092b7e4b8 (diff) | |
download | chromium_src-a38d2e10b905b3be8316f235403ac2c49cead029.zip chromium_src-a38d2e10b905b3be8316f235403ac2c49cead029.tar.gz chromium_src-a38d2e10b905b3be8316f235403ac2c49cead029.tar.bz2 |
Add sandbox support for Windows process mitigations
BUG=147752
Review URL: https://codereview.chromium.org/10690058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win/tests')
-rw-r--r-- | sandbox/win/tests/common/controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/win/tests/common/controller.h b/sandbox/win/tests/common/controller.h index fd7a833..3d42878 100644 --- a/sandbox/win/tests/common/controller.h +++ b/sandbox/win/tests/common/controller.h @@ -31,6 +31,10 @@ enum SboxTestResult { SBOX_TEST_FIRST_ERROR = SBOX_TEST_FIRST_RESULT | SEVERITY_ERROR_FLAGS, SBOX_TEST_SECOND_ERROR, SBOX_TEST_THIRD_ERROR, + SBOX_TEST_FOURTH_ERROR, + SBOX_TEST_FIFTH_ERROR, + SBOX_TEST_SIXTH_ERROR, + SBOX_TEST_SEVENTH_ERROR, SBOX_TEST_INVALID_PARAMETER, SBOX_TEST_FAILED_TO_RUN_TEST, SBOX_TEST_FAILED_TO_EXECUTE_COMMAND, |