Commit 81363d05 authored by chrishenry@google.com's avatar chrishenry@google.com

Add Tracing.getCategories to protocol.json.

BUG=

Review URL: https://codereview.chromium.org/331303002

git-svn-id: svn://svn.chromium.org/blink/trunk@176439 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 426b5983
...@@ -4125,6 +4125,14 @@ ...@@ -4125,6 +4125,14 @@
"name": "end", "name": "end",
"description": "Stop trace events collection.", "description": "Stop trace events collection.",
"handlers": ["browser", "frontend"] "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": [ "events": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment