Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 71557263bb0bafa9bc5e630344d0b037368ea7e2..05fdfd7b737bcaf72f65559daf52abf78e1624da 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -57838,6 +57838,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="WebAudio.IIRFilterNode.order"> |
|
jbroman
2016/04/28 22:18:09
nit: I think an uppercase O for "Order" is more co
|
| + <owner>rtoy@chromium.org</owner> |
| + <owner>hongchan@chromium.org</owner> |
| + <summary>The order of the WebAudio IIRFilterNode</summary> |
|
jbroman
2016/04/28 22:18:09
I suspect you'll be asked to expand this summary,
|
| +</histogram> |
| + |
| <histogram name="WebController.CertVerificationErrorsCacheHit" |
| enum="BooleanCacheHit"> |
| <owner>eugenebut@chromium.org</owner> |