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

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

Issue 2297423002: Change cast's UMA product type from CHROME to CAST. (Closed)
Patch Set: Change cast's UMA product type from CHROME to CAST. Created 4 years, 4 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
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/chrome_user_metrics_extension.proto
diff --git a/components/metrics/proto/chrome_user_metrics_extension.proto b/components/metrics/proto/chrome_user_metrics_extension.proto
index 8b82933ab77b45026b8a12754e7ec87639bf60d4..4b9bf68be16a5555d717aa625721f3991333158f 100644
--- a/components/metrics/proto/chrome_user_metrics_extension.proto
+++ b/components/metrics/proto/chrome_user_metrics_extension.proto
@@ -31,6 +31,9 @@ message ChromeUserMetricsExtension {
// UMA metrics from Android Webview.
ANDROID_WEBVIEW = 20;
+
+ // Cast receivers, e.g. Chromecast
+ CAST = 35;
}
// The product corresponding to this log. The field type is int32 instead of
// Product so that downstream users of the Chromium metrics component can
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698