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

Unified Diff: telemetry/telemetry/page/shared_page_state.py

Issue 2626373004: [WPR] Implement platform dependent recordings for WPR archives. (Closed)
Patch Set: Rebase Created 3 years, 11 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 | « telemetry/telemetry/page/__init__.py ('k') | telemetry/telemetry/story/story.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/shared_page_state.py
diff --git a/telemetry/telemetry/page/shared_page_state.py b/telemetry/telemetry/page/shared_page_state.py
index 45c6506de500f152187c645a3e3ffb2f070d6f8f..b67efa27ce56485d5d4d636739d3b3d5d47c9aee 100644
--- a/telemetry/telemetry/page/shared_page_state.py
+++ b/telemetry/telemetry/page/shared_page_state.py
@@ -198,7 +198,7 @@ class SharedPageState(story.SharedState):
self._StopBrowser()
started_browser = not self.browser
- archive_path = page_set.WprFilePathForStory(page)
+ archive_path = page_set.WprFilePathForStory(page, self.platform.GetOSName())
# TODO(nednguyen, perezju): Ideally we should just let the network
# controller raise an exception when the archive_path is not found.
if archive_path is not None and not os.path.isfile(archive_path):
« no previous file with comments | « telemetry/telemetry/page/__init__.py ('k') | telemetry/telemetry/story/story.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698