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

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

Issue 2623423004: DevTools: add interventions message source into log entries. (Closed)
Patch Set: same w/ frontend 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp » ('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 d919b3a51a229d57e1e7ac34454b07e451166da0..9485f5c5d29afd59578d6125d1eea2a0b0be3e06 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
+++ b/third_party/WebKit/Source/core/inspector/ConsoleTypes.h
@@ -19,7 +19,8 @@ enum MessageSource {
OtherMessageSource,
DeprecationMessageSource,
WorkerMessageSource,
- ViolationMessageSource
+ ViolationMessageSource,
+ InterventionMessageSource
};
enum MessageLevel {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698