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

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

Issue 2860093003: Implement device-ram client hints header (Closed)
Patch Set: Created 3 years, 7 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: tools/metrics/histograms/update_histogram_enum.py
diff --git a/tools/metrics/histograms/update_histogram_enum.py b/tools/metrics/histograms/update_histogram_enum.py
index 522af7f5ec9b6e191da1026a2dec15ab2b49aed8..f8fa1cfcc98f31cea6250e279783daceeda5985b 100644
--- a/tools/metrics/histograms/update_histogram_enum.py
+++ b/tools/metrics/histograms/update_histogram_enum.py
@@ -274,7 +274,7 @@ def UpdateHistogramEnum(histogram_enum_name, source_enum_path,
"""
Log('Reading histogram enum definition from "{0}".'.format(source_enum_path))
- source_enum_values, ignored = ReadHistogramValues(source_enum_path,
+ source_enum_values = ReadHistogramValues(source_enum_path,
start_marker, end_marker, strip_k_prefix)
UpdateHistogramFromDict(histogram_enum_name, source_enum_values,

Powered by Google App Engine
This is Rietveld 408576698