Chromium Code Reviews| 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 5d6b39fc7dc53d2a85714f8862eba546691d83f9..df1090fe7a8c59ff4a1289d80cc611951a5b5a2f 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/inspector.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/inspector.json |
| @@ -49,7 +49,8 @@ |
| { "name": "inline_editor" }, |
| { "name": "color_picker" }, |
| { "name": "data_grid" }, |
| - { "name": "heap_snapshot_model" } |
| + { "name": "heap_snapshot_model" }, |
| + { "name": "network_conditions", "type": "autostart"} |
|
dgozman
2017/02/02 04:04:04
Should we call it network_ui, similar to dom_ui we
|
| ], |
| "has_html": true |