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

Unified Diff: chromecast/browser/metrics/cast_metrics_service_client.cc

Issue 2294093003: Add conversation_key to CastEventProto message. (Closed)
Patch Set: Remove outdated comment in CastMetricsServiceClient. Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/metrics/cast_metrics_service_client.cc
diff --git a/chromecast/browser/metrics/cast_metrics_service_client.cc b/chromecast/browser/metrics/cast_metrics_service_client.cc
index 24fdcfcc008a550413610b3c472c2c1c3b750657..43244cc739f2c9b813a00c5729e156617b045fc0 100644
--- a/chromecast/browser/metrics/cast_metrics_service_client.cc
+++ b/chromecast/browser/metrics/cast_metrics_service_client.cc
@@ -166,7 +166,6 @@ bool CastMetricsServiceClient::IsOffTheRecordSessionActive() {
}
int32_t CastMetricsServiceClient::GetProduct() {
- // Chromecast currently uses the same product identifier as Chrome.
return ::metrics::ChromeUserMetricsExtension::CHROME;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698