| Index: tools/perf/page_sets/tough_scheduling_cases.py
|
| diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py
|
| index d744058d3a96becf9c4a29044e81bc5ab8d02bf8..4f83caf8bce939d5dfd9a1ae50d9611aa086bad0 100644
|
| --- a/tools/perf/page_sets/tough_scheduling_cases.py
|
| +++ b/tools/perf/page_sets/tough_scheduling_cases.py
|
| @@ -19,12 +19,6 @@ class ToughSchedulingCasesPage(page_module.Page):
|
| action_runner.ScrollPage()
|
| interaction.End()
|
|
|
| - def RunTaskExecutionTime(self, action_runner):
|
| - interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| - action_runner.ScrollPage()
|
| - interaction.End()
|
| -
|
|
|
| class Page1(ToughSchedulingCasesPage):
|
|
|
|
|