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

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

Issue 2119733003: Wrapping leaf nodes in non polymer elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted vm-connect Created 4 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
Index: runtime/observatory/lib/src/elements/function_view.html
diff --git a/runtime/observatory/lib/src/elements/function_view.html b/runtime/observatory/lib/src/elements/function_view.html
index a0873828730bc9e9d0f353ed61b5d304215771f4..040a8fb38958543f19d5a9f5b7166af405475e25 100644
--- a/runtime/observatory/lib/src/elements/function_view.html
+++ b/runtime/observatory/lib/src/elements/function_view.html
@@ -4,10 +4,7 @@
<link rel="import" href="function_ref.html">
<link rel="import" href="library_ref.html">
<link rel="import" href="observatory_element.html">
-<link rel="import" href="nav_bar.html">
<link rel="import" href="script_inset.html">
-<link rel="import" href="script_ref.html">
-<link rel="import" href="view_footer.html">
<polymer-element name="function-view" extends="observatory-element">
<template>
@@ -20,8 +17,10 @@
<template if="{{ function.dartOwner is ServiceClass }}">
<class-nav-menu cls="{{ function.dartOwner }}"></class-nav-menu>
</template>
- <nav-menu link="{{ makeLink('/inspect', function) }}" anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
+ <nav-menu link="{{ makeLink('/inspect', function) }}"
+ anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
<nav-refresh callback="{{ refresh }}"></nav-refresh>
+ <nav-notify notifications="{{ app.notifications }}"></nav-notify>
</nav-bar>
<div class="content">
« no previous file with comments | « runtime/observatory/lib/src/elements/flag_list.html ('k') | runtime/observatory/lib/src/elements/general_error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698