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

Unified Diff: Source/devtools/protocol.json

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 8f030f7ab8c8b838ebe6318d9424d6832e138a6f..7def4e031c94e3649c241bbda7be3e7d82ac2384 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4019,6 +4019,28 @@
]
},
{
+ "domain": "Dart",
+ "types": [],
+ "commands": [
+ {
+ "name": "observatoryQuery",
+ "parameters": [
+ { "name": "id", "type": "string" },
+ { "name": "query", "type": "string" }
+ ]
+ }
+ ],
+ "events": [
+ {
+ "name": "observatoryData",
+ "parameters": [
+ { "name": "id", "type": "string" },
+ { "name": "data", "type": "string" }
+ ]
+ }
+ ]
+ },
+ {
"domain": "Tracing",
"hidden": true,
"commands": [
« Source/bindings/dart/DartServiceInternal.cpp ('K') | « Source/devtools/front_end/inspector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698