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

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

Issue 2988823002: DeviceInfo into GenericSets (Closed)
Patch Set: Created 3 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
Index: tracing/tracing/value/histogram_set.html
diff --git a/tracing/tracing/value/histogram_set.html b/tracing/tracing/value/histogram_set.html
index f02ed1fadccf48f3b8da7be65305b1ba99856f9a..935011f23c239f65b3b2399f098b9f5cda38007e 100644
--- a/tracing/tracing/value/histogram_set.html
+++ b/tracing/tracing/value/histogram_set.html
@@ -315,11 +315,6 @@ tr.exportTo('tr.v', function() {
candidates.push(buildbotInfo);
}
- const deviceInfo = tr.v.d.DeviceInfo.getFromHistogram(hist);
- if (deviceInfo instanceof tr.v.d.MergedDeviceInfo) {
- candidates.push(deviceInfo);
- }
-
for (const diagnostic of candidates) {
if (diagnostic === undefined) continue;
let found = false;

Powered by Google App Engine
This is Rietveld 408576698