| 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 46d654460f64e949c94abbce89c6829d9a4eec21..dd32c30a0a9ccc157c5ab274af71d06d80aeeb3a 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" },
|
| @@ -45,7 +43,11 @@
|
| { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
|
| { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
|
| { "name": "perf_ui" },
|
| - { "name": "quick_open" }
|
| + { "name": "quick_open" },
|
| + { "name": "cookie_table" },
|
| + { "name": "inline_editor" },
|
| + { "name": "color_picker" },
|
| + { "name": "data_grid" }
|
| ],
|
|
|
| "has_html": true
|
|
|