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

Unified Diff: runtime/vm/service.h

Issue 2962593002: Added Editor stream and sendObjectToEditor RPC into Service Protocol (Closed)
Patch Set: Added explanation comment 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
« no previous file with comments | « runtime/observatory/tests/service/send_object_to_editor_rpc_test.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « runtime/observatory/tests/service/send_object_to_editor_rpc_test.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698