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

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

Issue 1574213006: DevTools: beautified styles sidebar toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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 fdebcfe0c8c7af3c1afb8b7c6924b74fd980ac14..565d0bfbef0e827054800b7b37f44d0aff1364ad 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -75,14 +75,14 @@
},
{
"type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.ClassesPaneWidget.ButtonProvider",
+ "className": "WebInspector.ElementStatePaneWidget.ButtonProvider",
"order": 1,
"location": "styles-sidebarpane-toolbar"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.ElementStatePaneWidget.ButtonProvider",
- "order": 1,
+ "className": "WebInspector.ClassesPaneWidget.ButtonProvider",
+ "order": 2,
"location": "styles-sidebarpane-toolbar"
},
{

Powered by Google App Engine
This is Rietveld 408576698