Skip to content

Commit

Permalink
Update some histogram expiry dates for WebAudio
Browse files Browse the repository at this point in the history
Extend the expiry date for
WebAudio.OfflineAudioContext.SampleRate384kHz and
WebAudio.ConvolverNode.ImpulseResponseLength.

Bug: 1053180, 1053181
Change-Id: Iba98dfe64cd50751cf15dc4d15fa0d8e812a6450
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062889
Reviewed-by: Mark Pearson <mpearson@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742896}
  • Loading branch information
Raymond Toy authored and Commit Bot committed Feb 20, 2020
1 parent f9d551d commit c9f0ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171789,7 +171789,7 @@ regressions. -->
</histogram>

<histogram name="WebAudio.ConvolverNode.ImpulseResponseLength" units="ms"
expires_after="M82">
expires_after="2021-02-18">
<owner>rtoy@chromium.org</owner>
<owner>hongchan@chromium.org</owner>
<summary>
Expand Down Expand Up @@ -171847,7 +171847,7 @@ regressions. -->
</histogram>

<histogram name="WebAudio.OfflineAudioContext.SampleRate384kHz" units="Hz"
expires_after="M82">
expires_after="2021-02-18">
<owner>rtoy@chromium.org</owner>
<owner>hongchan@chromium.org</owner>
<summary>
Expand Down

0 comments on commit c9f0ebf

Please sign in to comment.