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

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

Issue 2474073005: DevTools: add the logging aspect into the PerformanceMonitor (Closed)
Patch Set: test fixed Created 4 years, 1 month 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/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 88df00c3a5667f437cb7ad015d4196ef7207acb0..d919b3a51a229d57e1e7ac34454b07e451166da0 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
+++ b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
@@ -18,7 +18,8 @@ enum MessageSource {
SecurityMessageSource,
OtherMessageSource,
DeprecationMessageSource,
- WorkerMessageSource
+ WorkerMessageSource,
+ ViolationMessageSource
};
enum MessageLevel {
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/core/inspector/InspectorLogAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698