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

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

Issue 2264943002: Add UseCounters for name attribute matching of <map> and <input type=radio> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.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 75f16fdd33e2dc9286685a4235553e439a553fba..72a07e593a1c007f683a1953b68f2e3431a917b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79172,6 +79172,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1507" label="SVGSMILCurrentTime"/>
<int value="1508" label="HTMLBodyElementOnSelectionChangeAttribute"/>
<int value="1509" label="ForeignFetchInterception"/>
+ <int value="1510" label="MapNameMatchingStrict"/>
+ <int value="1511" label="MapNameMatchingASCIICaseless"/>
+ <int value="1512" label="MapNameMatchingUnicodeLower"/>
+ <int value="1513" label="RadioNameMatchingStrict"/>
+ <int value="1514" label="RadioNameMatchingASCIICaseless"/>
+ <int value="1515" label="RadioNameMatchingCaseFolding"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698