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

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

Issue 2941623002: [Cleanup] Drop the redundant "type" attribute from enum entries. (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « tools/metrics/histograms/extract_histograms.py ('k') | 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 4e5efa1ffc8d61514dacb49e69b6b3e9f0557c49..77b9f54c4d4a6576b7ec22526a7f5e283ac48dbb 100644
--- a/tools/metrics/histograms/print_style.py
+++ b/tools/metrics/histograms/print_style.py
@@ -17,7 +17,7 @@ import pretty_print_xml
ATTRIBUTE_ORDER = {
'affected-histogram': ['name'],
'details': [],
- 'enum': ['name', 'type'],
+ 'enum': ['name'],
'enums': [],
'histogram': ['base', 'name', 'enum', 'units'],
'histogram-configuration': ['logsource'],
« no previous file with comments | « tools/metrics/histograms/extract_histograms.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698