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 978168dede9e5436a95fbc88ef8117367215ae0f..c28dc5b2c2419958fa854d888671e7f175a47026 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json |
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json |
@@ -14,8 +14,6 @@ |
{ "name": "persistence", "type": "autostart" }, |
{ "name": "extensions", "type": "autostart" }, |
{ "name": "services", "type": "autostart" }, |
- { "name": "ui_lazy" }, |
- { "name": "components_lazy" }, |
{ "name": "elements", "condition": "!v8only" }, |
{ "name": "network", "condition": "!v8only" }, |
{ "name": "sources" }, |
@@ -42,7 +40,14 @@ |
{ "name": "animation", "condition": "!v8only" }, |
{ "name": "css_tracker", "condition": "!v8only" }, |
{ "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
- { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } |
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }, |
+ { "name": "cookie_table" }, |
+ { "name": "inline_editor" }, |
+ { "name": "spectrum" }, |
+ { "name": "js_ui", "type": "autostart"}, |
+ { "name": "perf_ui" }, |
+ { "name": "quick_open" }, |
+ { "name": "data_grid" } |
], |
"has_html": true |