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

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

Issue 513803005: Remove obsolete fieldtrial related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « tools/metrics/histograms/extract_histograms.py ('k') | tools/metrics/histograms/print_style.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/pretty_print.py
diff --git a/tools/metrics/histograms/pretty_print.py b/tools/metrics/histograms/pretty_print.py
index 20fe0cbf43681bdd8ec94fd25ce4191c19522373..00e9ff5d386d1fa3c7e3f0e845f814cad04da233 100755
--- a/tools/metrics/histograms/pretty_print.py
+++ b/tools/metrics/histograms/pretty_print.py
@@ -40,10 +40,6 @@ ALPHABETIZATION_RULES = {
'histogram_suffixes', lambda n: n.attributes['name'].value.lower()),
'histogram_suffixes': ('affected-histogram',
lambda n: n.attributes['name'].value.lower()),
- # TODO(yiyaoliu): Remove fieldtrial related pieces when it is not used.
- 'fieldtrials': ('fieldtrial', lambda n: n.attributes['name'].value.lower()),
- 'fieldtrial': ('affected-histogram',
- lambda n: n.attributes['name'].value.lower()),
}
« no previous file with comments | « tools/metrics/histograms/extract_histograms.py ('k') | tools/metrics/histograms/print_style.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698