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

Unified Diff: runtime/vm/service.h

Issue 895943002: Support root-level json rpc requests in the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « runtime/observatory/lib/src/service/object.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 42aafedf0832fb12318372817bcd8cd9acd9c9b8..5c5bce74f598331e3699f83aa9b13486adc93cc0 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -29,6 +29,7 @@ class Service : public AllStatic {
static bool IsServiceIsolateName(const char* name);
// Handles a message which is not directed to an isolate.
+ static void HandleRootMessageNew(const Array& message);
static void HandleRootMessage(const Instance& message);
// Handles a message which is directed to a particular isolate.
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698