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

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

Issue 2982283002: Delete TelemetryInfo, MergedTelemetryInfo diagnostics. (Closed)
Patch Set: rebase 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_names.html
diff --git a/tracing/tracing/value/diagnostics/reserved_names.html b/tracing/tracing/value/diagnostics/reserved_names.html
index abfec937bbb6571932de2daf8140c2d89f31919a..e96096ec5abbac4e6e98431a03b221406f5254cd 100644
--- a/tracing/tracing/value/diagnostics/reserved_names.html
+++ b/tracing/tracing/value/diagnostics/reserved_names.html
@@ -51,11 +51,6 @@ tr.exportTo('tr.v.d', function() {
V8_COMMIT_POSITIONS: {name: 'v8CommitPositions', type: tr.v.d.DateRange},
V8_REVISIONS: {name: 'v8Revisions', type: tr.v.d.GenericSet},
WEBRTC_REVISIONS: {name: 'webrtcRevisions', type: tr.v.d.GenericSet},
-
- // DEPRECATED https://github.com/catapult-project/catapult/issues/3507
- INTERACTION_RECORD: {name: 'tir', type: tr.v.d.GenericSet},
- ITERATION: {name: 'iteration'}, // Legacy name for TELEMETRY
- TELEMETRY: {name: 'telemetry'}, // TelemetryInfo or MergedTelemetryInfo
};
const RESERVED_NAMES = {};
« no previous file with comments | « tracing/tracing/value/diagnostics/reserved_infos.py ('k') | tracing/tracing/value/diagnostics/telemetry_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698