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

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

Issue 2626173002: DevTools: Extract HeapSnapshotCommon.js into HeapSnapshotModel module (Closed)
Patch Set: add module.json for modules 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
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 20d4dcfbaa8a7c6680cfd092bf4b642fa38bceb7..5d6b39fc7dc53d2a85714f8862eba546691d83f9 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -48,7 +48,8 @@
{ "name": "cookie_table" },
{ "name": "inline_editor" },
{ "name": "color_picker" },
- { "name": "data_grid" }
+ { "name": "data_grid" },
+ { "name": "heap_snapshot_model" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698