| Index: tools/perf/page_sets/intl_ja_zh.py
|
| diff --git a/tools/perf/page_sets/intl_ja_zh.py b/tools/perf/page_sets/intl_ja_zh.py
|
| index f71abc41fa2bd110c77062474f73a192caded073..d682622636b9041242f56979b87a1650e2282539 100644
|
| --- a/tools/perf/page_sets/intl_ja_zh.py
|
| +++ b/tools/perf/page_sets/intl_ja_zh.py
|
| @@ -12,12 +12,6 @@ class IntlJaZhPage(page_module.Page):
|
| self.user_agent_type = 'desktop'
|
| self.archive_data_file = 'data/intl_ja_zh.json'
|
|
|
| - def RunPageInteractions(self, action_runner):
|
| - interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| - action_runner.ScrollPage()
|
| - interaction.End()
|
| -
|
|
|
| class IntlJaZhPageSet(page_set_module.PageSet):
|
|
|
|
|