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

Unified Diff: runtime/bin/vmservice_impl.h

Issue 38703009: Update VM service to new isolate API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/bin/vmservice_impl.h
diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
index 6a6456025ab9c6f64d3cc08a943fc0a65bbd5948..0a19ebe635d8b478833a064f170ee85a1361f601 100644
--- a/runtime/bin/vmservice_impl.h
+++ b/runtime/bin/vmservice_impl.h
@@ -23,8 +23,8 @@ class VmService {
static bool IsRunning();
- static bool SendIsolateStartupMessage(Dart_Port port, Dart_Handle name);
- static bool SendIsolateShutdownMessage(Dart_Port port);
+ static bool SendIsolateStartupMessage();
+ static bool SendIsolateShutdownMessage();
static void VmServiceShutdownCallback(void* callback_data);

Powered by Google App Engine
This is Rietveld 408576698