| 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 d0b606a99c11fbc0c22755925ccb232a1efb62c5..cc494656bf02e15476de9457f1a56cb1958fcf78 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| @@ -85,6 +85,14 @@
|
| "settingName": "consoleTimestampsEnabled",
|
| "settingType": "boolean",
|
| "defaultValue": false
|
| + },
|
| + {
|
| + "type": "setting",
|
| + "category": "Console",
|
| + "title": "Autocomplete from history",
|
| + "settingName": "consoleHistoryAutocomplete",
|
| + "settingType": "boolean",
|
| + "defaultValue": true
|
| }
|
| ],
|
| "dependencies": [
|
|
|