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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1474083002: Add a use counter for Attr.prototype.cloneNode() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop deprecation test message 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 9fbc2d64843e3c0a61563be8ddcd1e8d2e535c16..fec34adfcba5faf2a187eeed612b1031ef1eff5c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63392,6 +63392,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1028" label="V8History_ScrollRestoration_AttributeGetter"/>
<int value="1029" label="V8History_ScrollRestoration_AttributeSetter"/>
<int value="1030" label="SVG1DOMFilter"/>
+ <int value="1031" label="OfflineAudioContextStartRendering"/>
+ <int value="1032" label="OfflineAudioContextSuspend"/>
+ <int value="1033" label="OfflineAudioContextResume"/>
+ <int value="1034" label="AttrCloneNode"/>
</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