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

Unified Diff: runtime/observatory/lib/src/elements/helpers/uris.dart

Issue 2304463002: Converted Observatory vm-view && isolate-view elements (Closed)
Patch Set: Fixed typo Created 4 years, 3 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/elements/helpers/uris.dart
diff --git a/runtime/observatory/lib/src/elements/helpers/uris.dart b/runtime/observatory/lib/src/elements/helpers/uris.dart
index 05ec28a889fe1f5e9c2a5c3018d563cd335aed6f..303317121a29d25c6165f7413a89ba5b99c61701 100644
--- a/runtime/observatory/lib/src/elements/helpers/uris.dart
+++ b/runtime/observatory/lib/src/elements/helpers/uris.dart
@@ -38,10 +38,13 @@ abstract class Uris {
=> _isolatePage('/logging', isolate);
static String metrics(M.IsolateRef isolate)
=> _isolatePage('/metrics', isolate);
+ static String objectStore(M.IsolateRef isolate)
+ => _isolatePage('/object-store', isolate);
static String persistentHandles(M.IsolateRef isolate)
=> _isolatePage('/persistent-handles', isolate);
static String ports(M.IsolateRef isolate)
=> _isolatePage('/ports', isolate);
+ static String timeline() => '#/timeline';
static String vm() => '#/vm';
static String vmConnect() => '#/vm-connect';
}
« no previous file with comments | « runtime/observatory/lib/src/elements/debugger.dart ('k') | runtime/observatory/lib/src/elements/isolate/location.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698