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

Unified Diff: runtime/observatory/lib/src/app/application.dart

Issue 2988503002: Fix Observatory connection to non default VM (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/app/application.dart
diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart
index 345e7f0ea975d1ace06fc6cffa646d9294ce4d73..3e2de8ded7b010742957e6c7bf3de767dfeb29f5 100644
--- a/runtime/observatory/lib/src/app/application.dart
+++ b/runtime/observatory/lib/src/app/application.dart
@@ -246,6 +246,7 @@ class ObservatoryApplication {
_vm.onConnect.then((_) {
app.locationManager.go(Uris.vm());
});
+ _vm.load();
} else if (currentTargetConnected) {
app.locationManager.go(Uris.vm());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698