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

Unified Diff: tracing/tracing/ui/base/chart_base.html

Issue 2172783002: [polymer] Fix rebase mistakes in tracing/ (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Checkpoint. 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
« no previous file with comments | « tracing/tracing/ui/analysis/single_frame_sub_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/chart_base.html
diff --git a/tracing/tracing/ui/base/chart_base.html b/tracing/tracing/ui/base/chart_base.html
index a50709bd4a4841b050cb6aa88cb0eaffaca0dca4..e793d83841c148ede38380d1d10d4e142adc4540 100644
--- a/tracing/tracing/ui/base/chart_base.html
+++ b/tracing/tracing/ui/base/chart_base.html
@@ -229,12 +229,6 @@ tr.exportTo('tr.ui.b', function() {
return this.seriesByKey_.get(key);
},
- getDataSeries: function(key) {
- if (!this.seriesByKey_.has(key))
- this.seriesByKey_.set(key, new DataSeries(key));
- return this.seriesByKey_.get(key);
- },
-
decorate: function() {
Polymer.dom(this).classList.add('chart-base');
this.chartTitle_ = undefined;
« no previous file with comments | « tracing/tracing/ui/analysis/single_frame_sub_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698