Index: chromecast/base/metrics/cast_metrics_helper.h |
diff --git a/chromecast/base/metrics/cast_metrics_helper.h b/chromecast/base/metrics/cast_metrics_helper.h |
index 43f9f7ed45f9df666c337a18fbca2963c183c486..251261de09c792be14c25726b0c692b0c067de87 100644 |
--- a/chromecast/base/metrics/cast_metrics_helper.h |
+++ b/chromecast/base/metrics/cast_metrics_helper.h |
@@ -104,6 +104,9 @@ class CastMetricsHelper { |
// CastMetricsHelper only honors the last one. |
virtual void SetRecordActionCallback(const RecordActionCallback& callback); |
+ // Sets an all-0's session ID for running browser tests. |
+ void SetDummySessionIdForTesting(); |
+ |
protected: |
// Creates a CastMetricsHelper instance with no task runner. This should only |
// be used by tests, since invoking any non-overridden methods on this |