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

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

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: same with front-end fixes Created 3 years, 11 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
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 b7c89177d7b58841bd88f87fd78b295564686323..7b018d943f40482e309903dfe88ee51a7d336a71 100644
--- a/content/public/common/console_message_level.h
+++ b/content/public/common/console_message_level.h
@@ -10,8 +10,8 @@ namespace content {
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.content_public.common
enum ConsoleMessageLevel {
- CONSOLE_MESSAGE_LEVEL_DEBUG,
- CONSOLE_MESSAGE_LEVEL_LOG,
+ CONSOLE_MESSAGE_LEVEL_VERBOSE,
+ CONSOLE_MESSAGE_LEVEL_INFO,
CONSOLE_MESSAGE_LEVEL_WARNING,
CONSOLE_MESSAGE_LEVEL_ERROR,
CONSOLE_MESSAGE_LEVEL_LAST = CONSOLE_MESSAGE_LEVEL_ERROR

Powered by Google App Engine
This is Rietveld 408576698