| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index efb1b5ad5f256922ea642233e8eccae62efe40ec..972062bfed06d1e997919323127c98a4f42746c5 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4126,6 +4126,14 @@
|
| "name": "end",
|
| "description": "Stop trace events collection.",
|
| "handlers": ["browser", "frontend"]
|
| + },
|
| + {
|
| + "name": "getCategories",
|
| + "description": "Gets supported tracing categories.",
|
| + "returns": [
|
| + { "name": "categories", "type": "array", "items": { "type": "string" }, "description": "A list of supported tracing categories." }
|
| + ],
|
| + "handlers": ["browser", "frontend"]
|
| }
|
| ],
|
| "events": [
|
|
|