| 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 6977ad6e04223cc8ab33b902ab82bfb4cc914b62..597a0bf3f49f2d17532514a47f9681ee567bbcdb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inspector.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
|
| @@ -17,11 +17,11 @@
|
| { "name": "services", "type": "autostart" },
|
| { "name": "elements", "condition": "!v8only" },
|
| { "name": "network", "condition": "!v8only" },
|
| - { "name": "network_group_lookup", "condition": "!v8only", "type": "remote" },
|
| { "name": "sources" },
|
| { "name": "timeline", "condition": "!v8only" },
|
| { "name": "timeline_model", "condition": "!v8only" },
|
| - { "name": "product_registry", "condition": "!v8only", "type": "remote" },
|
| + { "name": "product_registry", "condition": "!v8only" },
|
| + { "name": "product_registry_impl", "condition": "!v8only", "type": "remote" },
|
| { "name": "profiler" },
|
| { "name": "resources", "condition": "!v8only" },
|
| { "name": "audits", "condition": "!v8only" },
|
|
|