Index: third_party/WebKit/Source/devtools/front_end/console/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/console/module.json b/third_party/WebKit/Source/devtools/front_end/console/module.json |
index 258492e88062cae1482068a8a51995524a40774f..462906e67824f04fcd701f5da34981b76b7e116d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json |
@@ -131,6 +131,24 @@ |
{ |
"type": "setting", |
"category": "Console", |
+ "title": "Show context labels (iframes, workers, etc)", |
+ "settingName": "consoleContextLabelsEnabled", |
+ "settingType": "boolean", |
+ "defaultValue": false, |
+ "options": [ |
+ { |
+ "value": true, |
+ "title": "Show context labels" |
+ }, |
+ { |
+ "value": false, |
+ "title": "Hide context labels" |
+ } |
+ ] |
+ }, |
+ { |
+ "type": "setting", |
+ "category": "Console", |
"title": "Autocomplete from history", |
"settingName": "consoleHistoryAutocomplete", |
"settingType": "boolean", |