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

Unified Diff: tracing/tracing/value/histogram_set.py

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/histogram_set.html ('k') | tracing/tracing/value/histogram_set_hierarchy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/histogram_set.py
diff --git a/tracing/tracing/value/histogram_set.py b/tracing/tracing/value/histogram_set.py
index a294a77c8ced3ad4bca9d4bac2e8bb7ffa616dd3..e06a4d02e4e488c44c7e9d7c6f0443bc3de707b8 100644
--- a/tracing/tracing/value/histogram_set.py
+++ b/tracing/tracing/value/histogram_set.py
@@ -54,9 +54,7 @@ class HistogramSet(object):
histograms = self
def HandleDiagnosticMap(dm):
for diag in dm.itervalues():
- if isinstance(
- diag, (histogram_module.RelatedHistogramSet,
- histogram_module.RelatedHistogramMap)):
+ if isinstance(diag, histogram_module.RelatedHistogramMap):
diag.Resolve(histograms)
for hist in self:
« no previous file with comments | « tracing/tracing/value/histogram_set.html ('k') | tracing/tracing/value/histogram_set_hierarchy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698