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

Unified Diff: runtime/observatory/lib/src/models/repositories/isolate.dart

Issue 2980733003: Introduced support for external services registration in the ServiceProtocol (Closed)
Patch Set: Address comments Created 3 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/observatory/lib/src/models/repositories/isolate.dart
diff --git a/runtime/observatory/lib/src/models/repositories/isolate.dart b/runtime/observatory/lib/src/models/repositories/isolate.dart
index c6e97f11687550c6dc3c83c3477a0d8963f19f67..98c5976a9a4e35d860b972eb05ce453c5b746049 100644
--- a/runtime/observatory/lib/src/models/repositories/isolate.dart
+++ b/runtime/observatory/lib/src/models/repositories/isolate.dart
@@ -5,6 +5,7 @@
part of models;
abstract class IsolateRepository {
+ Iterable<Service> get reloadSourcesServices;
Future<Isolate> get(IsolateRef isolate);
- Future reloadSources(IsolateRef isolate);
+ Future reloadSources(IsolateRef isolate, {Service service});
}
« no previous file with comments | « runtime/observatory/lib/src/models/repositories/event.dart ('k') | runtime/observatory/lib/src/repositories/event.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698