| Index: components/metrics/proto/cast_logs.proto
 | 
| diff --git a/components/metrics/proto/cast_logs.proto b/components/metrics/proto/cast_logs.proto
 | 
| index 4c624e4bbbfd579cc160cf8997cbae5ba3e07260..4bea0fdf75a82ae3323ad2b3b4ae205838b84912 100644
 | 
| --- a/components/metrics/proto/cast_logs.proto
 | 
| +++ b/components/metrics/proto/cast_logs.proto
 | 
| @@ -25,6 +25,7 @@ message CastLogsProto {
 | 
|        CAST_PRODUCT_TYPE_TV = 2;
 | 
|        CAST_PRODUCT_TYPE_AUDIO = 3;
 | 
|        CAST_PRODUCT_TYPE_ANDROID_TV = 4;
 | 
| +      CAST_PRODUCT_TYPE_ASSISTANT = 5;
 | 
|      }
 | 
|      optional CastProductType type = 1;
 | 
|  
 | 
| 
 |