| Index: third_party/WebKit/Source/devtools/front_end/main/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| index 40cee054fadf46adc5e9e21f975977ad65c2d70d..153b3068b009306edd09c48d8dd62ef6d6a9f49b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -210,6 +210,13 @@
|
| },
|
| {
|
| "type": "@UI.ToolbarItem.Provider",
|
| + "className": "Main.Main.NodeConnectionLink",
|
| + "condition": "nodeFrontend",
|
| + "order": 2,
|
| + "location": "main-toolbar-right"
|
| + },
|
| + {
|
| + "type": "@UI.ToolbarItem.Provider",
|
| "separator": true,
|
| "order": 98,
|
| "location": "main-toolbar-right"
|
| @@ -367,6 +374,7 @@
|
| "title": "Rendering",
|
| "persistence": "closeable",
|
| "order": 50,
|
| + "condition": "!v8only",
|
| "className": "Main.RenderingOptionsView"
|
| },
|
| {
|
|
|