summaryrefslogtreecommitdiffstats
path: root/chromium/sandbox/win/src/sandbox_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/sandbox/win/src/sandbox_types.h')
-rw-r--r--chromium/sandbox/win/src/sandbox_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/sandbox/win/src/sandbox_types.h b/chromium/sandbox/win/src/sandbox_types.h
index 48f1b613f1e..22840cef077 100644
--- a/chromium/sandbox/win/src/sandbox_types.h
+++ b/chromium/sandbox/win/src/sandbox_types.h
@@ -58,6 +58,7 @@ enum TerminationCodes {
SBOX_FATAL_CACHEDISABLE = 7009, // Failed to forbid HCKU caching.
SBOX_FATAL_CLOSEHANDLES = 7010, // Failed to close pending handles.
SBOX_FATAL_MITIGATION = 7011, // Could not set the mitigation policy.
+ SBOX_FATAL_MEMORY_EXCEEDED = 7012, // Exceeded the job memory limit.
SBOX_FATAL_LAST
};