| 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 538e46319b2555731062570ffc89c5f313ab5f2f..591621bfbf0aabdbb06d518e4da4de553acca48a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -202,13 +202,6 @@
|
| "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",
|
| "className": "Main.Main.WarningErrorCounter",
|
| @@ -448,7 +441,6 @@
|
| ],
|
| "resources": [
|
| "errorWarningCounter.css",
|
| - "nodeIcon.css",
|
| "remoteDebuggingTerminatedScreen.css",
|
| "renderingOptions.css",
|
| "targetCrashedScreen.css"
|
|
|