Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/network/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json |
| index f793d5c56a62b5f52b85367706c53b52ab2e60f3..d276a4d9d6d1cb5b35609dc168bdcb0bcec92c79 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/network/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/network/module.json |
| @@ -1,8 +1,9 @@ |
| { |
| "extensions": [ |
| { |
| - "type": "@WebInspector.Panel", |
| - "name": "network", |
| + "type": "view", |
| + "location": "panel", |
| + "id": "network", |
| "title": "Network", |
| "order": 40, |
| "className": "WebInspector.NetworkPanel" |