Index: base/logging.h |
diff --git a/base/logging.h b/base/logging.h |
index 981669a7858c50e994c6d2b38758a9320a7b32a6..988038b610b18073338f06d19c9845e67586698d 100644 |
--- a/base/logging.h |
+++ b/base/logging.h |
@@ -258,6 +258,7 @@ const LogSeverity LOG_INFO = 0; |
const LogSeverity LOG_WARNING = 1; |
const LogSeverity LOG_ERROR = 2; |
const LogSeverity LOG_ERROR_REPORT = 3; |
+// This is a fatal error. |
const LogSeverity LOG_FATAL = 4; |
const LogSeverity LOG_NUM_SEVERITIES = 5; |