Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 94024562c2ec8501b5c5aac4e601e6a04c2ab678..eea482b8507bfa7e6ef45f1959ea0251a2c594e3 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -27169,15 +27169,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="Media.ArcGpuVideoDecodeAccelerator.InitializeResult" |
|
Pawel Osciak
2017/06/12 04:06:57
We may need to mark this as obsolete instead:
htt
Owen Lin
2017/06/12 06:00:46
Thanks. Updated.
|
| - enum="ArcVideoAcceleratorResult"> |
| - <owner>johnylin@chromium.org</owner> |
| - <summary> |
| - Counts of status values returned from calls to |
| - ArcGpuVideoDecodeAccelerator::Initialize(). |
| - </summary> |
| -</histogram> |
| - |
| <histogram name="Media.Audible.ConcurrentTabsTime" units="ms"> |
| <owner>mlamouri@chromium.org</owner> |
| <summary> |
| @@ -28003,6 +27994,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Media.ChromeArcVideoDecodeAccelerator.InitializeResult" |
| + enum="ArcVideoDecodeAcceleratorResult"> |
| + <owner>johnylin@chromium.org</owner> |
| + <summary> |
| + Counts of status values returned from calls to |
| + ArcGpuVideoDecodeAccelerator::Initialize(). |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Media.ChromeCast.DelayedAndDroppedFramesPer5Sec" |
| units="frames/5s"> |
| <owner>mfoltz@chromium.org</owner> |