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

Unified Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline 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: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
index 3e07f79c8912c15640e1f13ebada5fd9d526226b..a2afcf83865471b4cf3e512f50891bc56989a318 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -774,11 +774,10 @@ STATIC_ASSERT_ENUM(WebHistoryDifferentDocumentLoad,
STATIC_ASSERT_ENUM(WebHistoryScrollRestorationManual, ScrollRestorationManual);
STATIC_ASSERT_ENUM(WebHistoryScrollRestorationAuto, ScrollRestorationAuto);
-STATIC_ASSERT_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
-STATIC_ASSERT_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
+STATIC_ASSERT_ENUM(WebConsoleMessage::LevelVerbose, VerboseMessageLevel);
+STATIC_ASSERT_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
STATIC_ASSERT_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLevel);
STATIC_ASSERT_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel);
-STATIC_ASSERT_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
STATIC_ASSERT_ENUM(WebCustomHandlersNew,
NavigatorContentUtilsClient::CustomHandlersNew);

Powered by Google App Engine
This is Rietveld 408576698