Chromium Code Reviews| Index: tools/perf/page_sets/top_10_mobile.py |
| diff --git a/tools/perf/page_sets/top_10_mobile.py b/tools/perf/page_sets/top_10_mobile.py |
| index 43019245d45f22af8640b99e479d2204c45c6316..9df9a7be149c94d089d80dd304735e4020d2d072 100644 |
| --- a/tools/perf/page_sets/top_10_mobile.py |
| +++ b/tools/perf/page_sets/top_10_mobile.py |
| @@ -19,6 +19,10 @@ class Top10MobilePage(page_module.Page): |
| action_runner.ScrollPage() |
| interaction.End() |
| + def RunPowerPageInteractions(self, action_runner): |
|
tonyg
2014/10/17 02:16:43
Ned is in the process of removing multiple sets of
rnephew (Reviews Here)
2014/10/17 14:30:10
Done.
|
| + action_runner.Wait(20) |
| + action_runner.ScrollPage() |
| + action_runner.Wait(20) |
| class Top10MobilePageSet(page_set_module.PageSet): |