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

Unified Diff: chromecast/base/metrics/cast_metrics_helper.cc

Issue 1477483003: [Chromecast] Allow media metrics events with no app running (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Default session ID Created 5 years, 1 month 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/base/metrics/cast_metrics_helper.cc
diff --git a/chromecast/base/metrics/cast_metrics_helper.cc b/chromecast/base/metrics/cast_metrics_helper.cc
index 30f2810048cacb501b5a8968cdee10763e0ea1bf..9680c8006ed252c19b7e4cfccc6b333c3c3bcfc2 100644
--- a/chromecast/base/metrics/cast_metrics_helper.cc
+++ b/chromecast/base/metrics/cast_metrics_helper.cc
@@ -91,6 +91,7 @@ CastMetricsHelper* CastMetricsHelper::GetInstance() {
CastMetricsHelper::CastMetricsHelper(
scoped_refptr<base::SingleThreadTaskRunner> task_runner)
: task_runner_(task_runner),
+ session_id_("00000000000000000000000000000000"),
metrics_sink_(NULL),
logged_first_audio_(false),
record_action_callback_(base::Bind(&base::RecordComputedAction)) {
« 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