Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: components/metrics/proto/cast_logs.proto

Issue 2786723002: [Chromecast] Add Cast Assistant product type. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chromecast/base/BUILD.gn ('K') | « chromecast/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« chromecast/base/BUILD.gn ('K') | « chromecast/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698