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

Unified Diff: runtime/bin/vmservice_impl.h

Issue 19622003: VM Service isolate listing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 28076271df0062072df99a42f8783fa8f4984ef3..9cade5140d6635866084d87450326696356f35e0 100644
--- a/runtime/bin/vmservice_impl.h
+++ b/runtime/bin/vmservice_impl.h
@@ -48,6 +48,8 @@ class VmService {
};
+void VmServiceShutdownCallback(void* callback_data);
siva 2013/07/19 17:41:16 Can this be a static method inside of VmService?
Cutch 2013/07/19 18:15:02 Done.
+
} // namespace bin
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698