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

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

Issue 2211603002: Centralized event streams (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Updated observatory_sources Created 4 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/app/page.dart
diff --git a/runtime/observatory/lib/src/app/page.dart b/runtime/observatory/lib/src/app/page.dart
index 0129c3483241971b0cf60005fb511c885deb1f34..e1651aac0e9c976efa021d586513dd9b27818b7d 100644
--- a/runtime/observatory/lib/src/app/page.dart
+++ b/runtime/observatory/lib/src/app/page.dart
@@ -372,8 +372,7 @@ class VMConnectPage extends Page {
if (element == null) {
element = new VMConnectElement(
ObservatoryApplication.app.targets,
- new CrashDumpRepositoryMock(
- load: ObservatoryApplication.app.loadCrashDump),
+ ObservatoryApplication.app.loadCrashDump,
ObservatoryApplication.app.notifications,
queue: ObservatoryApplication.app.queue);
}

Powered by Google App Engine
This is Rietveld 408576698