| Index: tools/perf/page_sets/key_mobile_sites.py
|
| diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py
|
| index 2f1e16cc563d62a5b49c8180ae3a99fe449e6da1..2a90ef89b83a5175002c6746be41843cb6607b47 100644
|
| --- a/tools/perf/page_sets/key_mobile_sites.py
|
| +++ b/tools/perf/page_sets/key_mobile_sites.py
|
| @@ -23,12 +23,6 @@ class KeyMobileSitesPage(page_module.Page):
|
| def RunRepaint(self, action_runner):
|
| action_runner.RepaintContinuously(seconds=5)
|
|
|
| - def RunTaskExecutionTime(self, action_runner):
|
| - interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| - action_runner.ScrollPage()
|
| - interaction.End()
|
| -
|
|
|
| class Page1(KeyMobileSitesPage):
|
|
|
|
|