Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1060)

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/module.json

Issue 2146163002: [DevTools] Remove Console.messagesCleared event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2139543002
Patch Set: rebased on ToT Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698