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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1468683003: Update media codec values in histograms.xml (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 | « no previous file | 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 586741086bdaa93bdeb261b82249562adc24c348..fe97497fbe2e1f5f517f0a54af08ab814c537d4a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54237,6 +54237,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="11" label="kCodecPCM_S24BE"/>
<int value="12" label="kCodecOpus"/>
<int value="14" label="kCodecPCM_ALAW"/>
+ <int value="15" label="kCodecALAC"/>
</enum>
<enum name="AudioFramesPerBuffer" type="int">
@@ -67829,6 +67830,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="7" label="EAC3"/>
<int value="8" label="MP3"/>
<int value="9" label="OPUS"/>
+ <int value="10" label="HEVC"/>
</enum>
<enum name="MultiProfileSessionMode" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698