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

Unified Diff: runtime/observatory/lib/src/elements/nav_bar.html

Issue 1719313002: Add persistent handles to service protocol and Observatory UI (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/nav_bar.html
diff --git a/runtime/observatory/lib/src/elements/nav_bar.html b/runtime/observatory/lib/src/elements/nav_bar.html
index c9e6b62436d8d66905374dedd9f96c4903107974..4299d0cbdcdffca68ba80263ac6cdf916bcf8fab 100644
--- a/runtime/observatory/lib/src/elements/nav_bar.html
+++ b/runtime/observatory/lib/src/elements/nav_bar.html
@@ -207,6 +207,8 @@
anchor="metrics"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/heap-snapshot', isolate) }}"
anchor="heap snapshot"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/persistent-handles', isolate) }}"
+ anchor="persistent handles"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/ports', isolate) }}"
anchor="ports"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/logging', isolate) }}"

Powered by Google App Engine
This is Rietveld 408576698