| 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 2cdde5847b4e8e319184ca0be2168e5147cf3b12..fc1657eb2cdbb5048f8b513abcfaeacec6c4c4a2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| @@ -98,6 +98,18 @@
|
| { "value": true, "title": "Show timestamps" },
|
| { "value": false, "title": "Hide timestamps" }
|
| ]
|
| + },
|
| + {
|
| + "type": "setting",
|
| + "category": "Console",
|
| + "title": "Autocomplete from history",
|
| + "settingName": "consoleHistoryAutocomplete",
|
| + "settingType": "boolean",
|
| + "defaultValue": true,
|
| + "options": [
|
| + { "value": true, "title": "Autocomplete from history" },
|
| + { "value": false, "title": "Do not autocomplete from history" }
|
| + ]
|
| }
|
| ],
|
| "dependencies": [
|
|
|