Index: sandbox/win/src/sandbox_types.h |
diff --git a/sandbox/win/src/sandbox_types.h b/sandbox/win/src/sandbox_types.h |
index 8e9aef20662f05783652ab751c68f48961e264a1..48f1b613f1e6cda12822bca004e2562c9683d6c0 100644 |
--- a/sandbox/win/src/sandbox_types.h |
+++ b/sandbox/win/src/sandbox_types.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
rvargas (doing something else)
2012/09/28 18:12:12
We were not supposed to touch dates anymore... yea
eroman
2012/09/28 19:28:29
Yeah, unfortunately the commit queue wouldn't let
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -57,7 +57,8 @@ enum TerminationCodes { |
SBOX_FATAL_FLUSHANDLES = 7008, // Failed to flush registry handles. |
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_MITIGATION = 7011, // Could not set the mitigation policy. |
+ SBOX_FATAL_LAST |
}; |
class BrokerServices; |