| Index: tools/perf/page_sets/system_health/multi_tab_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/multi_tab_stories.py b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| index 0b24512cbe2fb0016736195ab5b7b55c80edf3b4..ddf3d641547bd55a2b7c86b7464ad5458411a4ee 100644
|
| --- a/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| +++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| @@ -36,7 +36,7 @@ class MultiTabStory(system_health_story.SystemHealthStory):
|
| logging.warning('WaitForNetworkQuiescence() timeout, url[%d]: %s'
|
| % (i, url))
|
|
|
| - def RunPageInteractions(self, action_runner):
|
| + def _DidLoadDocument(self, action_runner):
|
| for tab in action_runner.tab.browser.tabs:
|
| tab.Activate()
|
| tab.WaitForFrameToBeDisplayed()
|
|
|