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

Unified Diff: Source/devtools/protocol.json

Issue 665123008: [DevTools] Make all parameters of Tracing.start optional. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/core/inspector/InspectorTracingAgent.cpp ('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 83fc38f07d5e2d61e8f4751260cc31b6a415654a..a31ce51c22ea7e9a043358f2a074a9a91dfa600b 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4311,8 +4311,8 @@
"async": true,
"description": "Start trace events collection.",
"parameters": [
- { "name": "categories", "type": "string", "description": "Category/tag filter" },
- { "name": "options", "type": "string", "description": "Tracing options" },
+ { "name": "categories", "type": "string", "optional": true, "description": "Category/tag filter" },
+ { "name": "options", "type": "string", "optional": true, "description": "Tracing options" },
{ "name": "bufferUsageReportingInterval", "type": "number", "optional": true, "description": "If set, the agent will issue bufferUsage events at this interval, specified in milliseconds" }
],
"handlers": ["browser", "renderer"]
« no previous file with comments | « Source/core/inspector/InspectorTracingAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698