Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

Issue 2927063003: Revert of [DevTools] Show icon in top toolbar when Node target is available (patchset #3 id:40001 o… (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698