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 0306e1f441695af8b9dec9a4fb775af3ec67efc4..c511dccd1bae018a71af09837c4d6ab394241998 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json |
@@ -78,18 +78,6 @@ |
{ |
"type": "setting", |
"category": "Console", |
- "title": "Preserve log upon navigation", |
- "settingName": "preserveConsoleLog", |
- "settingType": "boolean", |
- "defaultValue": false, |
- "options": [ |
- { "value": true, "title": "Preserve log upon navigation" }, |
- { "value": false, "title": "Do not preserve log upon navigation" } |
- ] |
- }, |
- { |
- "type": "setting", |
- "category": "Console", |
"title": "Show timestamps", |
"settingName": "consoleTimestampsEnabled", |
"settingType": "boolean", |