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

Unified Diff: tracing/tracing/value/diagnostics/diagnostic_map.html

Issue 2046553003: Add RelatedEventSet Diagnostic (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: comments, rebase Created 4 years, 6 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/model/model_test.html ('k') | tracing/tracing/value/diagnostics/related_event_set.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/diagnostics/diagnostic_map.html
diff --git a/tracing/tracing/value/diagnostics/diagnostic_map.html b/tracing/tracing/value/diagnostics/diagnostic_map.html
index 6b7c3c8d0bb307b06437a484a802b4936d169f5e..55428d4a9ea4a069b9e0853857b03adaee7d0c32 100644
--- a/tracing/tracing/value/diagnostics/diagnostic_map.html
+++ b/tracing/tracing/value/diagnostics/diagnostic_map.html
@@ -5,8 +5,14 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
+<!--
+ Include all Diagnostic subclasses here so that DiagnosticMap.addDicts() and
+ DiagnosticMap.fromDict() always have access to all subclasses in the
+ Diagnostic registry.
+-->
<link rel="import" href="/tracing/value/diagnostics/composition.html">
<link rel="import" href="/tracing/value/diagnostics/generic.html">
+<link rel="import" href="/tracing/value/diagnostics/related_event_set.html">
<link rel="import" href="/tracing/value/diagnostics/related_value_map.html">
<link rel="import" href="/tracing/value/diagnostics/related_value_set.html">
« no previous file with comments | « tracing/tracing/model/model_test.html ('k') | tracing/tracing/value/diagnostics/related_event_set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698