| Index: tools/perf/page_sets/system_health/media_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/media_stories.py b/tools/perf/page_sets/system_health/media_stories.py
|
| index 5aea63ec762b401b2d21348c05f7b347b0ee7c6a..3266046e4f3c54d56c28b9d5b5d1452d98b80f38 100644
|
| --- a/tools/perf/page_sets/system_health/media_stories.py
|
| +++ b/tools/perf/page_sets/system_health/media_stories.py
|
| @@ -19,7 +19,7 @@ class _MediaStory(system_health_story.SystemHealthStory):
|
| STOP_SELECTOR = NotImplemented
|
| TIME_SELECTOR = NotImplemented
|
|
|
| - def RunPageInteractions(self, action_runner):
|
| + def _DidLoadDocument(self, action_runner):
|
| self._NavigateToMedia(action_runner)
|
| # Play Media.
|
| if self.PLAY_SELECTOR:
|
|
|