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

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

Issue 1883433003: Add UseCounter for legacy document.* that returns HTMLCollection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 f3ae041e0f514da804322a2b9f0338aea1eff377..5b83f6dd244629f142c4eafc26227e96ea22b34c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70634,6 +70634,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1294" label="FormValidationShowedMessage"/>
<int value="1295" label="WebAnimationsEasingAsFunctionLinear"/>
<int value="1296" label="WebAnimationsEasingAsFunctionOther"/>
+ <int value="1297" label="DocumentImages"/>
+ <int value="1298" label="DocumentEmbeds"/>
+ <int value="1299" label="DocumentPlugins"/>
+ <int value="1300" label="DocumentLinks"/>
+ <int value="1301" label="DocumentForms"/>
+ <int value="1302" label="DocumentScripts"/>
+ <int value="1303" label="DocumentAnchors"/>
+ <int value="1304" label="DocumentApplets"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698