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

Unified Diff: runtime/vm/service.h

Issue 823403004: Begin migrating the vm service from a rest-style interface to a json-rpc style interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove old-style standalone tests. 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/vm/profiler.cc ('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 ae45d2a936a8dfa71a44963c0c7481b5cc091bff..42aafedf0832fb12318372817bcd8cd9acd9c9b8 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -32,6 +32,7 @@ class Service : public AllStatic {
static void HandleRootMessage(const Instance& message);
// Handles a message which is directed to a particular isolate.
+ static void HandleIsolateMessageNew(Isolate* isolate, const Array& message);
static void HandleIsolateMessage(Isolate* isolate, const Array& message);
static Isolate* GetServiceIsolate(void* callback_data);
« no previous file with comments | « runtime/vm/profiler.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698