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

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

Issue 2758673002: [DevTools] Extract NetworkLog and HAREntry to a separate network_log module (Closed)
Patch Set: rebased Created 3 years, 9 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 a4ae0f200eb9c51455dcb094ae1f692309d1da79..c61ba884e81a001814265c1759b86709a5d89f8e 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -57,7 +57,8 @@
{ "name": "object_ui", "type": "autostart"},
{ "name": "help", "type": "autostart"},
{ "name": "workspace_diff" },
- { "name": "console_model", "type": "autostart"}
+ { "name": "console_model", "type": "autostart"},
+ { "name": "network_log", "type": "autostart"}
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698