| 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 d911c77ae71418b0ddd9c6fbb5c84583e45a02e0..2a7f138cdcf8c1ce7a923df84a0c31709ca36643 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -201,13 +201,6 @@
|
| "separator": true,
|
| "location": "main-toolbar-left",
|
| "order": 100
|
| - },
|
| - {
|
| - "type": "@UI.ToolbarItem.Provider",
|
| - "className": "Main.Main.NodeIndicator",
|
| - "order": 2,
|
| - "location": "main-toolbar-left",
|
| - "condition": "!nodeFrontend"
|
| },
|
| {
|
| "type": "@UI.ToolbarItem.Provider",
|
| @@ -445,7 +438,6 @@
|
| ],
|
| "resources": [
|
| "errorWarningCounter.css",
|
| - "nodeIcon.css",
|
| "remoteDebuggingTerminatedScreen.css",
|
| "renderingOptions.css",
|
| "targetCrashedScreen.css"
|
|
|