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

Unified Diff: tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.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/diagnostics/reserved_names.html ('k') | tracing/tracing/value/histogram.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.html
diff --git a/tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.html b/tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.html
index 9b1f91ea3de4eab1ee63314ae223bd3fbe94c557..286afa09ef4eea3d8ed7e6401e5ab47380c18e3a 100644
--- a/tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.html
+++ b/tracing/tracing/value/diagnostics/unmergeable_diagnostic_set.html
@@ -67,8 +67,7 @@ tr.exportTo('tr.v.d', function() {
return;
}
for (const subDiagnostic of this) {
- if (!(subDiagnostic instanceof tr.v.d.RelatedHistogramSet) &&
- !(subDiagnostic instanceof tr.v.d.RelatedHistogramMap) &&
+ if (!(subDiagnostic instanceof tr.v.d.RelatedHistogramMap) &&
!(subDiagnostic instanceof tr.v.d.RelatedHistogramBreakdown)) {
continue;
}
« no previous file with comments | « tracing/tracing/value/diagnostics/reserved_names.html ('k') | tracing/tracing/value/histogram.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698