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

Unified Diff: tools/metrics/histograms/print_style.py

Issue 2444193005: Drop unused tags from histograms print_style (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/print_style.py
diff --git a/tools/metrics/histograms/print_style.py b/tools/metrics/histograms/print_style.py
index ebd65b95d206f4be399c3a4e2c094a498856c4da..6b7064990c6141bb812ef69f4b3361a0c8ac26ca 100644
--- a/tools/metrics/histograms/print_style.py
+++ b/tools/metrics/histograms/print_style.py
@@ -16,24 +16,19 @@ import pretty_print_xml
# { tag_name: [attribute_name, ...] }
ATTRIBUTE_ORDER = {
'affected-histogram': ['name'],
- 'detail': [],
'details': [],
'enum': ['name', 'type'],
'enums': [],
- # TODO(yiyaoliu): Remove fieldtrial related pieces when it is not used.
- 'fieldtrial': ['name', 'separator', 'ordering'],
'histogram': ['base', 'name', 'enum', 'units'],
'histogram-configuration': ['logsource'],
'histogram_suffixes': ['name', 'separator', 'ordering'],
'histogram_suffixes_list': [],
'histograms': [],
'int': ['value', 'label'],
- 'group': ['name', 'label'],
'obsolete': [],
'owner': [],
'suffix': ['base', 'name', 'label'],
'summary': [],
- 'with-group': ['name'],
'with-suffix': ['name'],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698