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

Unified Diff: tracing/tracing/value/diagnostics/reserved_infos.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
Index: tracing/tracing/value/diagnostics/reserved_infos.py
diff --git a/tracing/tracing/value/diagnostics/reserved_infos.py b/tracing/tracing/value/diagnostics/reserved_infos.py
index f6f9fc9439d0344b886a2dabc28502080b942577..e54edcbe6d7ea2cb58cdc6dcd30ee91db38bd5c5 100644
--- a/tracing/tracing/value/diagnostics/reserved_infos.py
+++ b/tracing/tracing/value/diagnostics/reserved_infos.py
@@ -33,8 +33,8 @@ LABELS = _Info('labels', 'GenericSet')
LOG_URLS = _Info('logUrls', 'GenericSet')
MASTERS = _Info('masters', 'GenericSet')
MEMORY_AMOUNTS = _Info('memoryAmounts', 'GenericSet')
-MERGED_FROM = _Info('mergedFrom', 'RelatedHistogramSet')
-MERGED_TO = _Info('mergedTo', 'RelatedHistogramSet')
+MERGED_FROM = _Info('mergedFrom', 'RelatedHistogramMap')
+MERGED_TO = _Info('mergedTo', 'RelatedHistogramMap')
OS_NAMES = _Info('osNames', 'GenericSet')
OS_VERSIONS = _Info('osVersions', 'GenericSet')
OWNERS = _Info('owners', 'GenericSet')
« no previous file with comments | « tracing/tracing/value/diagnostics/related_histogram_set.html ('k') | tracing/tracing/value/diagnostics/reserved_names.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698