| Index: content/public/common/console_message_level.h
|
| diff --git a/content/public/common/console_message_level.h b/content/public/common/console_message_level.h
|
| index 5dcb8d83627c2d29c7d0d00501adf69e24cbb92f..af51c32c04a506b7c1a976eb894c4ca4ea4ad341 100644
|
| --- a/content/public/common/console_message_level.h
|
| +++ b/content/public/common/console_message_level.h
|
| @@ -11,7 +11,8 @@ enum ConsoleMessageLevel {
|
| CONSOLE_MESSAGE_LEVEL_DEBUG,
|
| CONSOLE_MESSAGE_LEVEL_LOG,
|
| CONSOLE_MESSAGE_LEVEL_WARNING,
|
| - CONSOLE_MESSAGE_LEVEL_ERROR
|
| + CONSOLE_MESSAGE_LEVEL_ERROR,
|
| + CONSOLE_MESSAGE_LEVEL_LAST = CONSOLE_MESSAGE_LEVEL_ERROR
|
| };
|
|
|
| } // namespace content
|
|
|