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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2140173002: Update histograms for TextSizeAdjust (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment to UseCounter.cpp 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 | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | 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 84a0cddca55924ed6434d98513875a9781327b4a..ac01a7579ae461ae4a74d3c8444142a1b2422a51 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82455,7 +82455,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="410" label="webkit-dashboard-region"/>
<int value="411" label="webkit-overflow-scrolling"/>
<int value="412" label="webkit-app-region"/>
- <int value="413" label="webkit-filter"/>
+ <int value="413" label="alias-webkit-filter"/>
<int value="414" label="webkit-box-decoration-break"/>
<int value="415" label="webkit-tap-highlight-color"/>
<int value="416" label="buffered-rendering"/>
@@ -82578,6 +82578,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="533" label="font-variant-caps"/>
<int value="534" label="hyphens"/>
<int value="535" label="font-variant-numeric"/>
+ <int value="536" label="text-size-adjust"/>
+ <int value="537" label="alias-webkit-text-size-adjust"/>
</enum>
<enum name="MappedEditingCommands" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698