| 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 181d9e0804d3d73fed19c4313bf66d4c3f63cdd7..2cdde5847b4e8e319184ca0be2168e5147cf3b12 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| @@ -49,6 +49,13 @@
|
| ]
|
| },
|
| {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "category": "Console",
|
| + "actionId": "console.clear.history",
|
| + "title": "Clear console history",
|
| + "className": "WebInspector.ConsoleView.ActionDelegate"
|
| + },
|
| + {
|
| "type": "setting",
|
| "category": "Console",
|
| "title": "Hide network messages",
|
|
|