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

Unified Diff: tools/perf/page_sets/system_health/multi_tab_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
« no previous file with comments | « tools/perf/page_sets/system_health/media_stories.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « tools/perf/page_sets/system_health/media_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698