| Index: components/metrics/proto/cast_logs.proto
|
| diff --git a/components/metrics/proto/cast_logs.proto b/components/metrics/proto/cast_logs.proto
|
| index 327a4eb43cbf4b0e76e40bb7fb8a0a6f1c6a2993..2cf56aa4c6653e7c7d3230a4fbcca68bac1411dd 100644
|
| --- a/components/metrics/proto/cast_logs.proto
|
| +++ b/components/metrics/proto/cast_logs.proto
|
| @@ -20,6 +20,7 @@ message CastLogsProto {
|
| enum CastProductType {
|
| CAST_PRODUCT_TYPE_UNKNOWN = 0;
|
| CAST_PRODUCT_TYPE_CHROMECAST = 1;
|
| + CAST_PRODUCT_TYPE_AUDIO = 3;
|
| CAST_PRODUCT_TYPE_ANDROID_TV = 4;
|
| }
|
| optional CastProductType type = 1;
|
|
|