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

Unified Diff: telemetry/telemetry/internal/results/html_output_formatter.py

Issue 2528113003: Revert of Convert chart-json to Histograms. (Closed)
Patch Set: Created 4 years, 1 month 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: telemetry/telemetry/internal/results/html_output_formatter.py
diff --git a/telemetry/telemetry/internal/results/html_output_formatter.py b/telemetry/telemetry/internal/results/html_output_formatter.py
index e31bcd66faf364b80ce91903823f10cfdb8b28f1..e80b9d9596e7daf518f2c2164b9b00d039678d31 100644
--- a/telemetry/telemetry/internal/results/html_output_formatter.py
+++ b/telemetry/telemetry/internal/results/html_output_formatter.py
@@ -158,8 +158,7 @@
def Format(self, page_test_results):
if page_test_results.value_set:
html2_formatter = html2_output_formatter.Html2OutputFormatter(
- self._output_stream, self._metadata, self._reset_results,
- self._upload_results)
+ self._output_stream, self._reset_results, self._upload_results)
html2_formatter.Format(page_test_results)
return

Powered by Google App Engine
This is Rietveld 408576698