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

Unified Diff: Source/devtools/protocol.json

Issue 247513002: Timeline: produce session cookie when timeline is started (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use IndetifiersFactory instead of directly getting processId Created 6 years, 8 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 | « Source/devtools/front_end/TracingModel.js ('k') | 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 12f4e36669053b96e7bf0ed573378af5513d8174..e7bf5aff120ca1dca9d05f864f01a739a9e2d816 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2808,6 +2808,7 @@
{
"name": "started",
"parameters": [
+ { "name": "sessionId", "type": "string", "description": "A system-unique identifier that is emitted in some timeline trace events to distinguish events coming from the inspected page." },
{ "name": "consoleTimeline", "type": "boolean", "optional": true, "description": "If specified, identifies that timeline was started using console.timeline() call." }
],
"description": "Fired when timeline is started.",
« no previous file with comments | « Source/devtools/front_end/TracingModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698