| 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 81a8c4be8199aacf628fbb557ce090c5942570aa..d0b606a99c11fbc0c22755925ccb232a1efb62c5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
|
| @@ -48,6 +48,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",
|
|
|