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

Unified Diff: tools/perf/measurements/session_restore.py

Issue 779383002: Move WPR-related attributes to UserStorySet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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 | « no previous file | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/session_restore.py
diff --git a/tools/perf/measurements/session_restore.py b/tools/perf/measurements/session_restore.py
index 26eef4da60f93f81a0f23c1b66698bf590792eb8..b72bda5571bdcce160629c264036ca550dbe7eb2 100644
--- a/tools/perf/measurements/session_restore.py
+++ b/tools/perf/measurements/session_restore.py
@@ -56,7 +56,7 @@ class SessionRestore(startup.Startup):
for page in page_set:
if page.is_local:
continue
- wpr_archive_name = page_set.WprFilePathForPage(page)
+ wpr_archive_name = page_set.WprFilePathForUserStory(page)
wpr_archive_names_to_page_urls[wpr_archive_name].append(page.url)
# Reject any pageset that contains more than one WPR archive.
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698