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

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

Issue 2142653003: DevTools: move functionality away from ElementsPanel for better DOM tree control reuse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/elements/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/module.json b/third_party/WebKit/Source/devtools/front_end/elements/module.json
index f0cb659eb5527732b1ee3c72bebded90cd23b4d5..439d955525f381b53183ea36284a024fbe17154f 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -81,6 +81,12 @@
"location": "styles-sidebarpane-toolbar"
},
{
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.StylesSidebarPane.ButtonProvider",
+ "order": 100,
+ "location": "styles-sidebarpane-toolbar"
+ },
+ {
"type": "@WebInspector.ActionDelegate",
"actionId": "elements.hide-element",
"contextTypes": ["WebInspector.ElementsPanel"],

Powered by Google App Engine
This is Rietveld 408576698