diff options
author | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 21:25:30 +0000 |
---|---|---|
committer | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 21:25:30 +0000 |
commit | 00b34015506dee203568dab2f1da539d3d055aa7 (patch) | |
tree | c6d1c116bc34996d0c5d36c682ba26714edfd555 /tools | |
parent | 918d756c987231342c28121fda931ce79fcdddab (diff) | |
download | chromium_src-00b34015506dee203568dab2f1da539d3d055aa7.zip chromium_src-00b34015506dee203568dab2f1da539d3d055aa7.tar.gz chromium_src-00b34015506dee203568dab2f1da539d3d055aa7.tar.bz2 |
Claim remaining WebRTC histogram values
BUG=NONE
Review URL: https://codereview.chromium.org/458613003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 3cece98..01f4067 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -35952,7 +35952,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="WebRTC.AudioInputChannelLayout" enum="ChannelLayout"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary>Audio input channel layout in WebRTC.</summary> </histogram> @@ -35976,12 +35976,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="WebRTC.AudioInputSampleRate" enum="AudioSampleRate"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary>Audio input sample rate for WebRTC (in Hz).</summary> </histogram> <histogram name="WebRTC.AudioInputSampleRateUnexpected" units="Hz"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary> Audio input sample rate for WebRTC (atypical values, in Hz). </summary> @@ -35996,25 +35996,25 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="WebRTC.AudioOutputFramesPerBuffer" enum="AudioFramesPerBuffer"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary>Size of WebRTC audio output buffers (in audio frames).</summary> </histogram> <histogram name="WebRTC.AudioOutputFramesPerBufferUnexpected" units="audio frames"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary> Size of WebRTC audio output buffers (atypical values, in audio frames). </summary> </histogram> <histogram name="WebRTC.AudioOutputSampleRate" enum="AudioSampleRate"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary>Audio output sample rate for WebRTC (in Hz).</summary> </histogram> <histogram name="WebRTC.AudioOutputSampleRateUnexpected" units="Hz"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>xians@chromium.org</owner> <summary> Audio output sample rate for WebRTC (atypical values, in Hz). </summary> |