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

Unified Diff: telemetry/telemetry/internal/util/binary_manager.py

Issue 2415683002: Make telemetry use the same chrome stable build as tracing/dashboard. (Closed)
Patch Set: Created 4 years, 2 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/internal/backends/chrome/desktop_browser_finder.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/util/binary_manager.py
diff --git a/telemetry/telemetry/internal/util/binary_manager.py b/telemetry/telemetry/internal/util/binary_manager.py
index d3e100fd7075c15673606edba742537bb0208d60..91e2a037663e1fc15c12c83bdb9b9b4b99c5f444 100644
--- a/telemetry/telemetry/internal/util/binary_manager.py
+++ b/telemetry/telemetry/internal/util/binary_manager.py
@@ -153,4 +153,4 @@ def _FetchReferenceBrowserBinary(platform):
'chrome_stable', os_name, arch_name, os_version)
else:
manager.FetchPath(
- 'reference_build', os_name, arch_name)
+ 'chrome_stable', os_name, arch_name)
« no previous file with comments | « telemetry/telemetry/internal/backends/chrome/desktop_browser_finder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698