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 313ebff272ff79a71e9eeb8a3d5a16c39bb2d83c..c622ba2d10a85d2e995403e532138efe3f466818 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json |
@@ -305,6 +305,14 @@ |
"defaultValue": true |
}, |
{ |
+ "type": "setting", |
+ "category": "Console", |
+ "title": "Bracket matching", |
+ "settingName": "consoleBracketMatching", |
pfeldman
2016/09/14 00:31:53
I'd reuse the setting from sources.
einbinder
2016/09/14 20:21:06
Bracket matching ins't really the right name for t
|
+ "settingType": "boolean", |
+ "defaultValue": false |
+ }, |
+ { |
"type": "@WebInspector.SettingUI", |
"category": "Extensions", |
"className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingUI" |