Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: content/public/common/console_message_level.h

Issue 147243004: Move common param trait enum's to IPC range-checked macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/security_style.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/security_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698