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: tracing/bin/valueset2html

Issue 2749533003: [Telemetry] Remove URL from TelemetryInfo. (Closed)
Patch Set: [Telemetry] Remove URL from TelemetryInfo. Created 3 years, 9 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
Index: tracing/bin/valueset2html
diff --git a/tracing/bin/valueset2html b/tracing/bin/valueset2html
index 0166c877af9325c4da46b2fc8f2596e9cfd62e86..8c7a368371236fe249ab5aa3869425bc2ed7f4d7 100755
--- a/tracing/bin/valueset2html
+++ b/tracing/bin/valueset2html
@@ -43,7 +43,6 @@ def main():
for json_path in args.mapresults:
for filename, results in json.load(open(json_path, 'r')).iteritems():
for histogram in results['pairs']['histograms']:
- histogram['diagnostics']['iteration']['storyUrl'] = filename
histograms.append(histogram)
open(args.html_path, 'a').close() # Create file if it doesn't exist.

Powered by Google App Engine
This is Rietveld 408576698