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; |