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

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

Issue 2421983002: [DevTools] Remove layout editor experiment. (Closed)
Patch Set: rebased Created 4 years 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 4108da101d1d7f5725dbf8f4852934ca9680a876..a01e7ac4f73752395c15eb210f8dc6d4615b9b58 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -169,13 +169,6 @@
"order": 0
},
{
- "type": "@UI.ToolbarItem.Provider",
- "className": "Elements.InspectElementModeController.LayoutEditorButtonProvider",
- "order": 4,
- "location": "styles-sidebarpane-toolbar",
- "experiment": "layoutEditor"
- },
- {
"type": "@UI.ViewLocationResolver",
"name": "elements-sidebar",
"className": "Elements.ElementsPanel"
@@ -225,7 +218,7 @@
"MetricsSidebarPane.js",
"PlatformFontsWidget.js",
"PropertiesWidget.js",
- "PropertyChangeHighlighter.js",
+ "StylePropertyHighlighter.js",
"StylesSidebarPane.js",
"ComputedStyleWidget.js",
"ElementsPanel.js",

Powered by Google App Engine
This is Rietveld 408576698