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

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

Issue 1493023004: Add use counters for NodeFilter being a function or an object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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.h ('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 7fed45e3134ea05c532325b0401ee5e004420e50..d75001d5d1c19024ad961fca85efde2dd27e3867 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63770,6 +63770,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1057"
label="RTCPeerConnectionSetRemoteDescriptionLegacyCompliant"/>
<int value="1058" label="RTCPeerConnectionGetStatsLegacyNonCompliant"/>
+ <int value="1059" label="NodeFilterIsFunction"/>
+ <int value="1060" label="NodeFilterIsObject"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698