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

Unified Diff: runtime/vm/service.h

Issue 897193002: Finish moving service protocol to json rpc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 5 years, 10 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/json_test.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 2816173651ae7e2dace8828faeb8439e828ab4a2..2af9b2dfaa951e71dcf28a4b37674b80ca1b53d4 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -29,11 +29,9 @@ 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.
- 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/json_test.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698