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/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1915343003: Add CSS hyphens property behind the test flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-use UseCounter value for -webkit-hyphens and include change to histograms.xml Created 4 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 42aa0be767417fb91ad3a0eae0b44d7b7fcd87cb..2329673db04ece8b16bd2f842902dba2eee70a1d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76776,7 +76776,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="253" label="webkit-hyphenate-limit-after"/>
<int value="254" label="webkit-hyphenate-limit-before"/>
<int value="255" label="webkit-hyphenate-limit-lines"/>
- <int value="256" label="webkit-hyphens"/>
+ <int value="256" label="hyphens"/>
<int value="257" label="webkit-line-box-contain"/>
<int value="258" label="webkit-line-align"/>
<int value="259" label="webkit-line-break"/>

Powered by Google App Engine
This is Rietveld 408576698