Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: Source/devtools/protocol.json

Issue 1308163002: Add optional streamId param to Tracing.tracingComplete in DevTools protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 5eb716fe0edb8d32c669ab07e7033caeb1db7c86..8e365ce6aec86e9705ed9782774ea1f7d8fdf23f 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4851,6 +4851,9 @@
{
"name": "tracingComplete",
"description": "Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.",
+ "parameters": [
+ { "name": "streamId", "type": "string", "optional": true, "description": "The id of the stream that holds resulting trace data." }
pfeldman 2015/08/24 17:48:25 Lets introduce a type for this.
+ ],
"handlers": ["browser"]
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698