| 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">
|
|
|
|
|