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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2174063002: Fix histogram_suffixes separator for Skia.DrawScaleFactor.* histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0cd4d2223e5aeffca412ec429ba14ad2a5749595..3254658a578b7cc2b38ffff0433be75f4073a087 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100868,7 +100868,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="SimpleCache.SyncOpenResult"/>
</histogram_suffixes>
-<histogram_suffixes name="SkiaDrawScaleFactorFilterQuality">
+<histogram_suffixes name="SkiaDrawScaleFactorFilterQuality" separator=".">
<affected-histogram name="Skia.DrawScaleFactor"/>
<suffix name="AnyFilterQuality" label="Any filter quality was used."/>
<suffix name="HighFilterQuality" label="High filter quality was used."/>
« 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