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

Unified Diff: tools/perf/page_sets/maps.py

Issue 526833002: [Telemetry] Move maps recording to public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/maps.py
diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py
index a835dcedb6f222d3a97ba74b86f081d983712347..ff25070fff1da6e483c014e8429e973f32287a30 100644
--- a/tools/perf/page_sets/maps.py
+++ b/tools/perf/page_sets/maps.py
@@ -38,6 +38,6 @@ class MapsPageSet(page_set_module.PageSet):
def __init__(self):
super(MapsPageSet, self).__init__(
archive_data_file='data/maps.json',
- bucket=page_set_module.INTERNAL_BUCKET)
+ bucket=page_set_module.PUBLIC_BUCKET)
self.AddPage(MapsPage(self))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698