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

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

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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/tracing/value/ui/value_set_view_test.html ('k') | tracing/tracing/value/unit_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/unit.html
diff --git a/tracing/tracing/value/unit.html b/tracing/tracing/value/unit.html
index aa4fed277469453abde4b565b7a7f9b4dc924c45..51ebee314a2bcd0f039ce5d33171de2016a555e0 100644
--- a/tracing/tracing/value/unit.html
+++ b/tracing/tracing/value/unit.html
@@ -325,6 +325,15 @@ tr.exportTo('tr.v', function() {
}
});
+ Unit.define({
+ baseUnitName: 'count',
+ baseJsonName: 'count',
+ formatSpec: {
+ minimumFractionDigits: 0,
+ maximumFractionDigits: 0
+ }
+ });
+
return {
ImprovementDirection: ImprovementDirection,
Unit: Unit
« no previous file with comments | « tracing/tracing/value/ui/value_set_view_test.html ('k') | tracing/tracing/value/unit_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698