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

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

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization 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/cpu_profile.html
diff --git a/runtime/observatory/lib/src/elements/cpu_profile.html b/runtime/observatory/lib/src/elements/cpu_profile.html
index db7a8636e873f2235aecbf543c1febfcc3e4dd71..d57494c17000be3bdced7b1723d26ca3ab6a530c 100644
--- a/runtime/observatory/lib/src/elements/cpu_profile.html
+++ b/runtime/observatory/lib/src/elements/cpu_profile.html
@@ -2,10 +2,10 @@
<link rel="import" href="code_ref.html">
<link rel="import" href="function_ref.html">
<link rel="import" href="nav_bar.html">
-<link rel="import" href="observatory_element.html">
+
<link rel="import" href="sliding_checkbox.html">
-<polymer-element name="sample-buffer-control" extends="observatory-element">
+<polymer-element name="sample-buffer-control">
<template>
<link rel="stylesheet" href="css/shared.css">
<style>
@@ -114,7 +114,7 @@
</template>
</polymer-element>
-<polymer-element name="stack-trace-tree-config" extends="observatory-element">
+<polymer-element name="stack-trace-tree-config">
<template>
<link rel="stylesheet" href="css/shared.css">
<style>
@@ -181,7 +181,7 @@
</template>
</polymer-element>
-<polymer-element name="cpu-profile-tree" extends="observatory-element">
+<polymer-element name="cpu-profile-tree">
<template>
<link rel="stylesheet" href="css/shared.css">
<style>
@@ -253,7 +253,7 @@
</template>
</polymer-element>
-<polymer-element name="cpu-profile-virtual-tree" extends="observatory-element">
+<polymer-element name="cpu-profile-virtual-tree">
<template>
<link rel="stylesheet" href="css/shared.css">
<style>
@@ -276,7 +276,7 @@
</polymer-element>
-<polymer-element name="cpu-profile-table" extends="observatory-element">
+<polymer-element name="cpu-profile-table">
<template>
<link rel="stylesheet" href="css/shared.css">
<nav-bar>
@@ -491,7 +491,7 @@
</template>
</polymer-element>
-<polymer-element name="cpu-profile" extends="observatory-element">
+<polymer-element name="cpu-profile">
<template>
<link rel="stylesheet" href="css/shared.css">
<nav-bar>
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.html ('k') | runtime/observatory/lib/src/elements/css/shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698