| Index: tools/perf/measurements/tab_switching.py
|
| diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
|
| index bc79ca0860df1c9b2efc62ded2f1a565e9854d3d..64125aa66edc718a195451b95c7ed00e0218bf4e 100644
|
| --- a/tools/perf/measurements/tab_switching.py
|
| +++ b/tools/perf/measurements/tab_switching.py
|
| @@ -27,7 +27,7 @@ class TabSwitching(page_test.PageTest):
|
| SAMPLE_TIME = 30
|
|
|
| def __init__(self):
|
| - super(TabSwitching, self).__init__()
|
| + super(TabSwitching, self).__init__(action_name_to_run='RunPageInteractions')
|
| self._first_page_in_pageset = True
|
| self._power_metric = None
|
|
|
|
|