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

Unified Diff: Source/devtools/protocol.json

Issue 98273008: [DevTools] Send heap snapshot to the frontend immediatly when it is ready (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test crash Created 6 years, 11 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/HeapSnapshotView.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 8b67e57b5dcdc55632dd843aea79cb8e7d1f367c..200f9518c4ef90667cd69128844f3e6cf8b73e8f 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3602,7 +3602,8 @@
"name": "reportHeapSnapshotProgress",
"parameters": [
{ "name": "done", "type": "integer" },
- { "name": "total", "type": "integer" }
+ { "name": "total", "type": "integer" },
+ { "name": "finished", "type": "boolean", "optional": true }
]
},
{
« no previous file with comments | « Source/devtools/front_end/HeapSnapshotView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698