Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e84d1dc4bd0c78219258ceae684e72f5b76e817d..7f1092e7e9bcdbb90601f95a54069903b916fd04 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -1343,6 +1343,10 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Cast.Sender.CastMediaType" enum="MediaContainers"> |
| + <summary>Records the media type of every video being cast.</summary> |
| +</histogram> |
| + |
| <histogram name="Cast.Sender.CastPlaySuccess" enum="BooleanSuccess"> |
| <summary> |
| Records the result of a request to play remotely. The value will be true if |
| @@ -27786,6 +27790,8 @@ other types of suffix sets. |
| <int value="35" label="WAV / WAVE (Waveform Audio)"/> |
| <int value="36" label="Matroska / WebM"/> |
| <int value="37" label="WTV (Windows Television)"/> |
| + <int value="38" label="DASH"/> |
|
Mark P
2014/02/03 15:57:08
Are these new values things that were previously c
Miguel Garcia
2014/02/04 13:31:19
Looking at the code they would have been categoriz
|
| + <int value="39" label="SmoothStream"/> |
| </enum> |
| <enum name="MediaGalleriesUsageType" type="int"> |