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

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

Issue 1343293005: Devtools: Fix frontend part of LayoutEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comments Created 5 years, 3 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: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index ad7a81f24f0049438a3bb99300cbad6ef51d44c4..3e6121264e6cfbb3b070ec25aacc873b6089da7e 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -310,6 +310,13 @@
"settingName": "showScrollBottleneckRects",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.InspectElementModeController.LayoutEditorButtonProvider",
+ "order": 4,
+ "location": "styles-sidebarpane-toolbar",
+ "experiment": "layoutEditor"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698