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

Unified Diff: runtime/observatory/lib/src/models/objects/vm.dart

Issue 2999763002: Clear analyzer warning on Observatory (Closed)
Patch Set: Created 3 years, 4 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/objects/vm.dart
diff --git a/runtime/observatory/lib/src/models/objects/vm.dart b/runtime/observatory/lib/src/models/objects/vm.dart
index 32d2621263125a74438e952bfce2370c94b7b1ad..c71995e626f548295895e55bf45be6bef62cf9a1 100644
--- a/runtime/observatory/lib/src/models/objects/vm.dart
+++ b/runtime/observatory/lib/src/models/objects/vm.dart
@@ -13,11 +13,7 @@ abstract class VMRef {
String get displayName;
}
-abstract class ServiceObjectOwner {
- Future<dynamic> invokeRpc(String method, Map params);
-}
-
-abstract class VM implements VMRef, ServiceObjectOwner {
+abstract class VM implements VMRef {
/// Word length on target architecture (e.g. 32, 64).
int get architectureBits;

Powered by Google App Engine
This is Rietveld 408576698