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

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

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Add moar DCHECKs. Created 3 years, 10 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
« no previous file with comments | « media/audio/audio_streams_tracker_unittest.cc ('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 ffdafb7d275474a726405eddc5bbea1add1c0367..17d7779afa466a42fcf5bccac0ac656807f126bc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24865,6 +24865,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.AudioRendererIpcStreams">
+ <obsolete>
+ Deprecated 02/2017. No longer needed.
+ </obsolete>
<owner>grunell@chromium.org</owner>
<summary>
The maximum number of simultaneous audio render streams over IPC created in
@@ -24873,6 +24876,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.AudioRendererIpcStreamsTotal">
+ <obsolete>
+ Deprecated 02/2017. No longer needed.
+ </obsolete>
<owner>grunell@chromium.org</owner>
<summary>
The maximum number of simultaneous audio render streams over IPC created in
« no previous file with comments | « media/audio/audio_streams_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698