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

Unified Diff: third_party/WebKit/Source/core/inspector/ConsoleTypes.h

Issue 2194683003: [DevTools] Cleanup v8_inspector console API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 4 years, 5 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 | « no previous file | third_party/WebKit/Source/core/inspector/InspectorSession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/ConsoleTypes.h
diff --git a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
index fa13f1c81a0b657ecc68e02db98c300e93092fcb..61dc80cd438e2bc18df1b72d7e498c1fd7bb7ca5 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
+++ b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
@@ -5,8 +5,6 @@
#ifndef ConsoleTypes_h
#define ConsoleTypes_h
-#include "platform/v8_inspector/public/V8ConsoleTypes.h"
-
namespace blink {
enum MessageSource {
@@ -23,6 +21,14 @@ enum MessageSource {
WorkerMessageSource
};
+enum MessageLevel {
+ DebugMessageLevel = 4,
+ LogMessageLevel = 1,
+ InfoMessageLevel = 5,
+ WarningMessageLevel = 2,
+ ErrorMessageLevel = 3
+};
+
}
#endif // !defined(ConsoleTypes_h)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorSession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698