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

Unified Diff: runtime/bin/service_object_patch.dart

Issue 311153003: Add Observatory test of io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « no previous file | runtime/bin/socket_patch.dart » ('j') | tests/standalone/io/observatory.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/service_object_patch.dart
diff --git a/runtime/bin/service_object_patch.dart b/runtime/bin/service_object_patch.dart
index b71497120df152b1b8ed948f042104ab25bc2c75..7f2e0d84855ad1ec5e920bb182b9d163e060cf20 100644
--- a/runtime/bin/service_object_patch.dart
+++ b/runtime/bin/service_object_patch.dart
@@ -15,6 +15,8 @@ final Map _servicePathMap = {
'processes' : _processesServiceObject,
};
+String _getServicePath(obj) => obj._servicePath;
+
String _serviceObjectHandler(List<String> paths,
List<String> keys,
List<String> values) {
« no previous file with comments | « no previous file | runtime/bin/socket_patch.dart » ('j') | tests/standalone/io/observatory.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698