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

Unified Diff: tracing/tracing/base/unit.html

Issue 3003163002: Add CsvOutputFormatter to Telemetry. (Closed)
Patch Set: Created 3 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 | « tracing/bin/histograms2csv ('k') | tracing/tracing/value/add_shared_diagnostic_cmdline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/unit.html
diff --git a/tracing/tracing/base/unit.html b/tracing/tracing/base/unit.html
index 1b72f6bd84de9bbac72468437e7cf0394673f444..1152d9cdc2b19934d3a55c2d2e81f123b7fd4162 100644
--- a/tracing/tracing/base/unit.html
+++ b/tracing/tracing/base/unit.html
@@ -131,7 +131,7 @@ tr.exportTo('tr.b', function() {
throw new Error(
'A UnitScale could not be found for Unit ' + this.unitName);
}
- return scale[0].baseSymbol || scale[0].symbol;
+ return scale[0].symbol;
},
/**
« no previous file with comments | « tracing/bin/histograms2csv ('k') | tracing/tracing/value/add_shared_diagnostic_cmdline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698