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

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

Issue 2977283002: Ownership into GenericSets (Closed)
Patch Set: Fix tests after reabse Created 3 years, 5 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/value/diagnostics/reserved_infos.py ('k') | tracing/tracing/value/histogram.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5875f5e2eac1b0e6c6e50c1dc6e871bd5dfad525..5f424f5148d13f307ba5f4a4c156eba7a93a4c16 100644
--- a/tracing/tracing/value/diagnostics/reserved_names.html
+++ b/tracing/tracing/value/diagnostics/reserved_names.html
@@ -38,6 +38,7 @@ tr.exportTo('tr.v.d', function() {
MERGED_TO: {name: 'merged to', type: tr.v.d.RelatedHistogramSet},
OS_NAMES: {name: 'os names', type: tr.v.d.GenericSet},
OS_VERSIONS: {name: 'os versions', type: tr.v.d.GenericSet},
+ OWNERS: {name: 'owners', type: tr.v.d.GenericSet},
PRODUCT_VERSIONS: {name: 'product versions', type: tr.v.d.GenericSet},
RELATED_NAMES: {name: 'related names', type: tr.v.d.GenericSet},
SKIA_REVISIONS: {name: 'skia revisions', type: tr.v.d.GenericSet},
@@ -58,9 +59,6 @@ tr.exportTo('tr.v.d', function() {
ITERATION: {name: 'iteration'}, // Legacy name for TELEMETRY
REVISIONS: {name: 'revisions'}, // RevisionInfo or MergedRevisionInfo
TELEMETRY: {name: 'telemetry'}, // TelemetryInfo or MergedTelemetryInfo
-
- // TODO(#3507) Change OWNERS to GenericSet of email addresses.
- OWNERS: {name: 'owners', type: tr.v.d.Ownership},
};
const RESERVED_NAMES = {};
« no previous file with comments | « tracing/tracing/value/diagnostics/reserved_infos.py ('k') | tracing/tracing/value/histogram.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698