Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 8e365ce6aec86e9705ed9782774ea1f7d8fdf23f..18155930c2ef0617a96edb009aaf69571fa8b3ee 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -4817,6 +4817,9 @@ |
| "name": "end", |
| "async": true, |
| "description": "Stop trace events collection.", |
| + "parameters": [ |
| + { "name": "returnAsStream", "type": "boolean", "optional": true, "description": "Dump traces to a stream and resturn stream id, rather than emit dataCollected messages." } |
|
pfeldman
2015/08/24 17:51:15
I think this belongs to start.
|
| + ], |
| "handlers": ["browser", "renderer"] |
| }, |
| { |