Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: tools/perf/page_sets/system_health/media_stories.py

Issue 2924163005: [system_health] Fix the lack of memory dump triggers on some user stories (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « tools/perf/benchmarks/system_health_unittest.py ('k') | tools/perf/page_sets/system_health/multi_tab_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698