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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: fix Created 3 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
Index: third_party/WebKit/Source/devtools/front_end/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index ad011bc4a1288ec88abcd483e8a763e9c31ed58e..4388b361872e5a6069e117a23877098fffbd1dd1 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -62,7 +62,8 @@
{ "name": "changes"},
{ "name": "mobile_throttling", "type": "autostart"},
{ "name": "network_priorities"},
- { "name": "formatter" }
+ { "name": "formatter" },
+ { "name": "counters", "type": "autostart" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698