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

Unified Diff: tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html

Issue 2998043002: Remove RelatedHistogramSet. (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/tracing/value/ui/related_histogram_set_span_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html
diff --git a/tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html b/tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html
index de1aa37d6f2fca65a465ba49ef51065eb1f33faf..b0bf93b93cad0b3ba0cc5d1ebc8b8d70e195286f 100644
--- a/tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html
+++ b/tracing/tracing/value/ui/unmergeable_diagnostic_set_span_test.html
@@ -27,9 +27,7 @@ tr.b.unittest.testSuite(function() {
};
const diagnostics = new tr.v.d.UnmergeableDiagnosticSet([
new tr.v.d.GenericSet(['generic diagnostic']),
- new tr.v.d.RelatedHistogramSet([
- new tr.v.Histogram('histogram', tr.b.Unit.byName.count),
- ]),
+ new tr.v.d.RelatedHistogramMap(),
new tr.v.d.RelatedEventSet([
event,
]),
« no previous file with comments | « tracing/tracing/value/ui/related_histogram_set_span_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698