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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js

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 | « third_party/WebKit/Source/core/inspector/browser_protocol.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
index 78b5bc3354877ee3854c47d0e788563e298ab8e2..8fa80f7c57b6b2befd4b150389b7a0be0e4345af 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
@@ -498,10 +498,11 @@ SDK.ConsoleMessage.MessageSource = {
Rendering: 'rendering',
CSS: 'css',
Security: 'security',
- Violation: 'violation',
- Other: 'other',
Deprecation: 'deprecation',
- Worker: 'worker'
+ Worker: 'worker',
+ Violation: 'violation',
+ Intervention: 'intervention',
+ Other: 'other'
};
/**
« no previous file with comments | « third_party/WebKit/Source/core/inspector/browser_protocol.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698