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

Unified Diff: lib/vm_service_client.dart

Issue 1670283002: add sendRequest to VMIsolateRef Base URL: git@github.com:yjbanov/vm_service_client.git@master
Patch Set: onServiceExtensionAdded; Future<Object> Created 4 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
Index: lib/vm_service_client.dart
diff --git a/lib/vm_service_client.dart b/lib/vm_service_client.dart
index c8f26fcbe1c7509a2bf6040520e05dceb17b6b0e..a02f2b21eb2738d4f7629b815bb3fcdd90e70220 100644
--- a/lib/vm_service_client.dart
+++ b/lib/vm_service_client.dart
@@ -26,6 +26,7 @@ export 'src/code.dart' hide newVMCodeRef;
export 'src/context.dart' hide newVMContextRef;
export 'src/error.dart' hide newVMError, newVMErrorRef;
export 'src/exceptions.dart';
+export 'src/extension.dart' show VMServiceExtension;
export 'src/field.dart' hide newVMFieldRef;
export 'src/flag.dart' hide newVMFlagList;
export 'src/frame.dart' hide newVMFrame;
« lib/src/scope.dart ('K') | « lib/src/scope.dart ('k') | test/isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698