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

Unified Diff: runtime/vm/service.h

Issue 2962593002: Added Editor stream and sendObjectToEditor RPC into Service Protocol (Closed)
Patch Set: Created 3 years, 6 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
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 59d11fbbe887bd8bfdb43cfc489c18838e3e8b11..e7a9430e4308008f2419a236cde5e890eadf22aa 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -152,6 +152,7 @@ class Service : public AllStatic {
static StreamInfo logging_stream;
static StreamInfo extension_stream;
static StreamInfo timeline_stream;
+ static StreamInfo editor_stream;
static bool ListenStream(const char* stream_id);
static void CancelStream(const char* stream_id);

Powered by Google App Engine
This is Rietveld 408576698