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

Unified Diff: media/cast/logging/stats_event_subscriber.h

Issue 582253002: Cast: Reduce the size of stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nothing Created 6 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
Index: media/cast/logging/stats_event_subscriber.h
diff --git a/media/cast/logging/stats_event_subscriber.h b/media/cast/logging/stats_event_subscriber.h
index 7662e60fd167215f43b94bb234815827df41b5fe..b5b49500f19d6a61e686a5ee389269a5dc1eec4f 100644
--- a/media/cast/logging/stats_event_subscriber.h
+++ b/media/cast/logging/stats_event_subscriber.h
@@ -97,7 +97,7 @@ class StatsEventSubscriber : public RawEventSubscriber {
void Reset();
- scoped_ptr<base::ListValue> GetHistogram() const;
+ scoped_ptr<base::DictionaryValue> GetHistogram() const;
private:
int64 min_;
« no previous file with comments | « no previous file | media/cast/logging/stats_event_subscriber.cc » ('j') | media/cast/logging/stats_event_subscriber.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698