| Index: tracing/tracing/ui/timeline_track_view.html
|
| diff --git a/tracing/tracing/ui/timeline_track_view.html b/tracing/tracing/ui/timeline_track_view.html
|
| index f06cf3429bdd40a3a77f76f8fbc9335df1203f42..5d8c62ea13efe8c23c95a0141d46eea7f7a2bf46 100644
|
| --- a/tracing/tracing/ui/timeline_track_view.html
|
| +++ b/tracing/tracing/ui/timeline_track_view.html
|
| @@ -654,16 +654,6 @@ Polymer({
|
| }
|
| },
|
|
|
| - selectPowerSamplesInCurrentTimeRange_: function() {
|
| - var selectionBounds = this.brushingStateController_.selection.bounds;
|
| - if (this.model.device.powerSeries && !selectionBounds.empty) {
|
| - var events = this.model.device.powerSeries.getSamplesWithinRange(
|
| - selectionBounds.min, selectionBounds.max);
|
| - var selection = new tr.model.EventSet(events);
|
| - this.brushingStateController_.changeSelectionFromTimeline(selection);
|
| - }
|
| - },
|
| -
|
| /**
|
| * Zoom into the current selection.
|
| */
|
|
|