| 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 544e4f6efceac1c93f6f14905edf89ee4526f755..bdbaa5f20461473bd9eb543ef37da971829baf44 100644
|
| --- a/tracing/tracing/value/diagnostics/reserved_infos.py
|
| +++ b/tracing/tracing/value/diagnostics/reserved_infos.py
|
| @@ -51,11 +51,6 @@ V8_COMMIT_POSITIONS = _Info('v8CommitPositions', 'DateRange')
|
| V8_REVISIONS = _Info('v8Revisions', 'GenericSet')
|
| WEBRTC_REVISIONS = _Info('webrtcRevisions', 'GenericSet')
|
|
|
| -# DEPRECATED https://github.com/catapult-project/catapult/issues/3507
|
| -INTERACTION_RECORD = _Info('tir', 'GenericSet')
|
| -ITERATION = _Info('iteration') # Legacy name for TELEMETRY
|
| -TELEMETRY = _Info('telemetry') # TelemetryInfo or MergedTelemetryInfo
|
| -
|
| def GetTypeForName(name):
|
| for info in globals().itervalues():
|
| if isinstance(info, _Info) and info.name == name:
|
|
|