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

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

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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 174805ced68729fda94fc1910f28576b836957d1..56e06b6862cb649f7e076e8fc3128c3a4f0cf5c4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82634,6 +82634,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1610" label="DocumentCreateTouchTargetWrongType"/>
<int value="1611" label="DocumentCreateTouchLessThanSevenArguments"/>
<int value="1612" label="DocumentCreateTouchMoreThanSevenArguments"/>
+ <int value="1613" label="AudioContextCreateConstantSource"/>
+ <int value="1614" label="WebAudioConstantSourceNode"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698