| Index: tools/perf/measurements/tab_switching.py
|
| diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
|
| index d4d8e58d10a55441a9444f3f5baccc32f4ffa64d..b5b6c1f23d372d1e57f592fca8437ecc38265412 100644
|
| --- a/tools/perf/measurements/tab_switching.py
|
| +++ b/tools/perf/measurements/tab_switching.py
|
| @@ -30,6 +30,7 @@ class TabSwitching(page_measurement.PageMeasurement):
|
|
|
| page_state = page_runner.PageState()
|
| page_state.PreparePage(page.page_set.pages[i], t)
|
| + page_state.ImplicitPageNavigation(page.page_set.pages[i], t)
|
|
|
| def MeasurePage(self, _, tab, results):
|
| """Although this is called MeasurePage, we're actually using this function
|
|
|